Shadow.EnlargeToFit Property

Gets or sets a value indicating whether to enlarge the image to fit entire shadow or put it to the image of the same size (in this case shadow which is out of the image will be cut off).

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

Syntax

C#
public bool EnlargeToFit { get; set; }

Property Value

true if the image fits an entire shadow; otherwise, false. The default value is true.

See Also

Reference