This documentation is for the old version. Go to the latest Graphics Mill docs

Glow.EnlargeToFit Property

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

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

Syntax

Visual Basic
Public Property EnlargeToFit As Boolean
C#
public bool EnlargeToFit { get; set; }

Property Value

Value that specifies whether to enlarge the image to fit entire glow.

Remarks

Default value is true.

See Also

Reference