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

Crop.BackgroundColor Property

Gets/sets background color which is used when cropping rectangle takes pixels which are out of the image.

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

Syntax

Visual Basic
Public Property BackgroundColor As Color
C#
public Color BackgroundColor { get; set; }

Property Value

Crop background color value. If its color space does not conform pixel format of target bitmap, it is converted to bitmap color space.

Remarks

Default value is transparent white. It is instantiated as RgbColor until you specify another color value.

See Also

Reference