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

Spray.FillWithBackground Property

Gets/sets value that specifies how fill areas where no pixels felt: whether to use background color (see BackgroundColor property) or use original pixels of the bitmap.

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

Syntax

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

Property Value

Value that is true if BackgroundColor property is used, false when source bitmap pixels are taken.

See Also

Reference