ImageGear Professional v18.2 > API Reference Guide > ARTX Component API Reference > ARTX Component Objects > IGArtXCtl Control > IGArtXCtrl Methods > CreateHollowEllipse Method |
Creates Hollow Ellipse annotation with specified properties.
CreateHollowEllipse(
Rect As IGRectangle,
Border As IGArtXBorder,
Highlight As Boolean) As IGArtXHollowEllipse
Name | Description |
---|---|
Rect | Rectangle object that contains coordinates and dimensions for the annotation to be created. |
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 IGArtXHollowEllipse Object.
N/A