ImageGear Professional v18.2 > API Reference Guide > ARTX Component API Reference > ARTX Component Objects > IGArtXCtl Control > IGArtXCtrl Methods > CreateHotSpot Method |
Creates HotSpot annotation with specified properties.
CreateHotSpot(Rect As IGRectangle, FillColor As IGPixel, Opacity
As Long) As IGArtXHotSpot
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. |
Opacity | Mark's opacity. |
New instance of IGArtXHotSpot Object.
N/A