PolygonTransformGetPoints Method |
Gets the points used in the polygon.
Namespace:
Atalasoft.Imaging.ImageProcessing.Transforms
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic Point[] GetPoints()
Public Function GetPoints As Point()
Return Value
Type:
Point The points array used for the polygon
See Also