DocumentTools[Canvas]
Group
create a canvas group structure
Calling Sequence
Parameters
Description
Examples
Compatibility
Group(contents)
Group(contents, options)
contents
-
list of canvas elements
position=
(optional) [x,y], "right", "below"
active
(optional) truefalse
The Group command is a part of a structure passed to NewCanvas in order to create a group collection when creating a canvas.
The option active=true can be used to set one group in a canvas as the one that should be active when the document is loaded in Maple Learn.
with⁡DocumentTools:-Canvas:
cv≔NewCanvas⁡Group⁡Math⁡x2,annotation=Group 1,x3,Group⁡Math⁡y2,annotation=Group 2,y3:
ShowCanvas⁡cv
ShareCanvas⁡cv
The DocumentTools[Canvas][Group] command was introduced in Maple 2021.
For more information on Maple 2021 changes, see Updates in Maple 2021.
The DocumentTools[Canvas][Group] command was updated in Maple 2022.
The active option was introduced in Maple 2022.
For more information on Maple 2022 changes, see Updates in Maple 2022.
See Also
Annotate
GetCanvas
Math
NewCanvas
Script
ShareCanvas
Text
Download Help Document