| ImageGear Professional v18.2 > API Reference Guide > ARTX Component API Reference > ARTX Component Objects > IGArtXCtl Control > IGArtXCtrl Methods > CreateHollowPolygon Method |
Creates Hollow Polygon annotation with specified properties.
CreateHollowPolygon(
Points As IGPointArray,
Border As IGArtXBorder,
Highlight As Boolean) As IGArtXHollowPolygon
| Name | Description |
|---|---|
| Points | Contains coordinates for all points in polygon. |
| Border | Contains line properties of the annotation, such as line style, line width, color. See IGArtXBorder Object for more information. |
| Highlight | Highlight state; if True, annotation will be semi-transparent; otherwise opaque. |
New instance of IGArtXHollowPolygon Object.
N/A