Canvas.setScanMark

This command is used to implement scanning on canvases. Records x and y positions and the canvas's current view. This is used in conjunction with later scanDragTo commands.

class Canvas
setScanMark
(
this T
)
(
double xPos
,
double yPos
)

Parameters

xPos double

The marked horizontal starting point of a scan.

yPos double

The marked vertical starting point of a scan.

Return Value

Type: auto

This widget to aid method chaining.

See Also

Meta