DocumentTools/Canvas/Group - Maple Help

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : DocumentTools/Canvas/Group

DocumentTools[Canvas]

  

Group

  

create a canvas group structure

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Group(contents)

Group(contents, options)

Parameters

contents

-

list of canvas elements

position=

-

(optional) [x,y], "right", "below"

Description

• 

The Group command is as part of a structure passed to NewCanvas in order to create a group collection when creating a canvas.

Examples

withDocumentTools:-Canvas:

cvNewCanvasGroupMathx2,annotation=Group 1,x3,GroupMathy2,annotation=Group 2,y3:

ShowCanvascv

ShareCanvascv

Compatibility

• 

The DocumentTools[Canvas][Group] command was introduced in Maple 2021.

• 

For more information on Maple 2021 changes, see Updates in Maple 2021.

See Also

Annotate

GetCanvas

Math

NewCanvas

Script

ShareCanvas

ShareCanvas

Text