Search
IGraphics.SupportsPenWidth0 Property
See Also
 






Gets a value indicating whether the IGraphics object supports pens with zero width.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

bool SupportsPenWidth0 { get; }

Visual Basic  Copy Code

ReadOnly Property SupportsPenWidth0 As Boolean

 Property Value

A boolean value.

 See Also