ImageGear Professional v18.2 > API Reference Guide > ARTX Component API Reference > ARTX Component Objects > IGArtXCtl Control > IGArtXCtrl Methods > CreateHollowRectangle Method |
Creates Hollow Rectangle annotation with specified properties.
CreateHollowRectangle(
Rect As IGRectangle,
Border As IGArtXBorder,
Highlight As Boolean) As IGArtXHollowRectangle
Name | Description |
---|---|
Rect | 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 IGArtXHollowRectangle Object.
N/A