C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1PolygonIcon Class / Points Property


In This Topic
Points Property (C1PolygonIcon)
In This Topic
Gets the points that describe the shape.
Syntax
'Declaration
 
Public Property Points As CoreGraphics.CGPoint()
 
'Usage
 
Dim instance As C1PolygonIcon
Dim value() As CoreGraphics.CGPoint
 
instance.Points = value
 
value = instance.Points
See Also