ComponentOne Xamarin.iOS
Points Property (C1PolygonIcon)


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1PolygonIcon Class : Points Property
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
public CoreGraphics.CGPoint[] Points {get; set;}
See Also

Reference

C1PolygonIcon Class
C1PolygonIcon Members