ImageGear .NET - Updated
Points Field (ImGearPolygon)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearPolygon Class : Points Field
Array of points that define polygon structure.
Syntax
'Declaration
 
Public Points As ImGearPoint()
'Usage
 
Dim instance As ImGearPolygon
Dim value() As ImGearPoint
 
value = instance.Points
 
instance.Points = value
public ImGearPoint[] Points
public: ImGearPoint[]* Points
public:
array<ImGearPoint>^ Points

Field Value

Array of ImGearPoint structure objects or null.
See Also

Reference

ImGearPolygon Class
ImGearPolygon Members