PathBezierPoint.LeavingControl Property

Gets a leaving control point of this Bezier point.

Namespace: Aurigma.GraphicsMill.Codecs.ClippingPath
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public PointF LeavingControl { get; }

Property Value

A PointF structure that specifies the location of a leaving control point of this Bezier point.

See Also

Reference