ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearPolygon Class / Points Field




In This Topic
Points Field
In This Topic
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