showLassoAfterInsert | boolean | Only effective in insertGeometry. Controls whether the lasso state is automatically shown after insertion; ignored by other APIs |
penColor | number | Pen color: 0x00 (black), 0x9D (dark gray), 0xC9 (light gray), 0xFE (white) |
penType | number | Pen type: 10 technical pen, 16 pressure pen, 11 marker pen, 14 calligraphy |
penWidth | number | Pen width (minimum 100) |
type | string | Geometry type. See the table above |
points | Point[] | Polygon points (pixel coordinates) |
ellipseCenterPoint | Point | null | Ellipse center point (pixel coordinates) |
ellipseMajorAxisRadius | number | Ellipse major axis radius (pixels) |
ellipseMinorAxisRadius | number | Ellipse minor axis radius (pixels) |
ellipseAngle | number | Ellipse rotation angle (radians) |