PathBezierPoint.PrecedingControl Property

Gets a preceding control point of this Bezier point.

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

Syntax

C#
public PointF PrecedingControl { get; }

Property Value

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

See Also

Reference