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