dotnetCHARTING Send comments on this topic.
Polygon Property
See Also 
dotnetCHARTING Namespace > HitTestInfo Class : Polygon Property


Gets a PointF[] polygon representation of the clicked object.

Syntax

Visual Basic (Declaration)  
Public ReadOnly Property Polygon As PointF()
Visual Basic (Usage) Copy Code
Dim instance As HitTestInfo
Dim value() As PointF
 
value = instance.Polygon
C#  
public PointF[] Polygon {get;}

See Also