ImageGenerator.FillPathColor Property

Gets or sets a color to fill a GraphicsPath specified by the FillPath property.

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

Syntax

C#
public RgbColor FillPathColor { get; set; }

Property Value

A color of the GraphicsPath to be drawn on the resulting bitmap. The default value is black color.

See Also

Reference