| ImageGear Professional v18.2 > API Reference Guide > ARTX Component API Reference > ARTX Component Objects > IGArtXCtl Control > IGArtXCtrl Methods > CreateEllipse Method |
Creates an Ellipse annotation with specified properties.
CreateEllipse(Rect As IGRectangle, FillColor As IGPixel, Border As IGArtXBorder, Opacity As Long) As
IGArtXEllipse
| Name | Description |
|---|---|
| Rect | Rectangle object that contains coordinates and dimensions for the rectangle to be created. |
| FillColor | Pixel object that contains color that entire area of the rectangle will be filled with. |
| Border | Contains properties for the border of the rectangle, such as line style, line width, color. See IGArtXBorder Object for more information. |
| Opacity | Mark's opacity. |
New instance of IGArtXEllipse.
N/A