Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration OriginCoordType

The correspondence between the position of the drawing point and the position of the floating canvas.

since

2.16.48

Generates a floating canvas with a size of approximately 256 x 256 px based on the drawing position. When subsequent drawing does not exceed the range of this canvas, the synchronized drawing range will be limited to this floating canvas instead of the entire canvas, reducing performance consumption.

Index

Enumeration members

BottomCenter

BottomCenter: = 2

The drawing point is located at the bottom center of the floating canvas.

Center

Center: = 5

The drawing point is located at the center of the floating canvas.

Default

Default: = 0

The drawing point is located at the top left corner of the floating canvas.

LeftBottom

LeftBottom: = 1

The drawing point is located at the bottom left corner of the floating canvas.

LeftCenter

LeftCenter: = 4

The drawing point is located to the left from the center of the floating canvas.

LeftTop

LeftTop: = 7

The drawing point is located at the top left corner of the floating canvas.

RightBottom

RightBottom: = 3

The drawing point is located at the bottom right corner of the floating canvas.

RightCenter

RightCenter: = 6

The drawing point is located to the right from the center of the floating canvas.

RightTop

RightTop: = 9

The drawing point is located at the top right corner of the floating canvas.

TopCenter

TopCenter: = 8

The drawing point is located at the top center of the floating canvas.