BezierTransform.DestinationSize Property

Gets or sets the bounding box to which the Bezier surface will be scaled.

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public Size DestinationSize { get; set; }

Property Value

The bounding box to which the Bezier surface will be scaled.

See Also

Reference