ImageGear Professional v18.2 > API Reference Guide > ARTX Component API Reference > ARTX Component Objects > IGArtXCtl Control > IGArtXCtrl Methods > CreateFilledPolygon Method |
Creates Filled Polygon annotation with specified properties.
CreateFilledPolygon(
Points As IGPointArray,
Highlight As Boolean,
FillColor As IGPixel) As IGArtXFilledPolygon
Name | Description |
---|---|
Points | IGPointArray Object Polygon object that contains coordinates and dimensions for the polygon to be created. |
Highlight | Highlight state; if True, annotation will be semi-transparent; otherwise opaque.. |
FillColor | Pixel object that contains color that entire area of the annotation will be filled with. |
New instance of IGArtXFilledPolygon Object.
N/A