ImageGear .NET - Updated July 5, 2018
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

Field Value

Array of ImGearPoint structure objects or null.
See Also

Reference

ImGearPolygon Class
ImGearPolygon Members