API / geotoolkit / scene / shapes / Path / Path
Type Aliases
Type Aliases
Ƭ BezierOptions: Object
options for bezier curve
| Name | Type |
|---|---|
cp1x | number |
cp1y | number |
cp2x | number |
cp2y | number |
x | number |
y | number |
Ƭ Options: Options & { bounds?: Rect ; geometry?: GraphicsPath ; index?: number[] ; tags?: PointType[] ; x?: number[] ; y?: number[] }
options or visible flag
Ƭ OptionsOut: OptionsOut & { bounds?: Rect ; index?: number[] ; tags?: PointType[] ; x?: number[] ; y?: number[] }
properties