@rendley/sdk - v1.15.5
Preparing search index...
ShapeBezierNode
Interface ShapeBezierNode
One cubic Bezier node used by Bezier path shapes.
interface
ShapeBezierNode
{
controlPoint1
:
ShapePoint
;
controlPoint2
:
ShapePoint
;
point
:
ShapePoint
;
}
Index
Properties
control
Point1
control
Point2
point
Properties
control
Point1
controlPoint1
:
ShapePoint
control
Point2
controlPoint2
:
ShapePoint
point
point
:
ShapePoint
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
control
Point1
control
Point2
point
@rendley/sdk - v1.15.5
Loading...
One cubic Bezier node used by Bezier path shapes.