GoDiagram Web Reference
FillMode Property

Gets or sets how Paint and ContainsPoint operate on closed figures.
Syntax
'Declaration
 
<DescriptionAttribute("How to determine whether a point is inside or outside this shape.")>
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
Public Overridable Property FillMode As FillMode
[DescriptionAttribute("How to determine whether a point is inside or outside this shape.")]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
public virtual FillMode FillMode {get; set;}

Property Value

The default value is FillMode.Winding.
Remarks
Consider also calling ReversePaths before combining two shapes.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoDrawing Class
GoDrawing Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback