Click or drag to resize

AtalaPenFill Property

Gets or sets the Fill used when drawing with this pen.

Namespace:  Atalasoft.Imaging.Drawing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public Fill Fill { get; set; }

Property Value

Type: Fill
The Brush object used when drawing with this pen.
See Also