ImageGenerator.FillPath Property

Gets or sets a GraphicsPath to draw on the resulting bitmap.

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

Syntax

C#
public GraphicsPath FillPath { get; set; }

Property Value

A GraphicsPath containing series of connected lines and curves to drawn on the resulting bitmap.

See Also

Reference