InkStrokeRenderingSegment.BezierControlPoint1 Property

Definition

Gets the first control point for the Bézier curve.

public:
 property Point BezierControlPoint1 { Point get(); };
Point BezierControlPoint1();
public Point BezierControlPoint1 { get; }
var point = inkStrokeRenderingSegment.bezierControlPoint1;
Public ReadOnly Property BezierControlPoint1 As Point

Property Value

The control point.

Applies to

See also