ImageGear Professional v18.2 > API Reference Guide > ARTX Component API Reference > ARTX Component Objects > IGArtXCtl Control > IGArtXCtrl Methods > CreateTextPinUp Method |
Creates auxiliary objects that are used with ArtX, such as IGArtXTextPinUp Object.
CreateTextPinUp(
Rect As IGRectangle,
Text As String,
TextColor As IGPixel,
Font As IGArtXFont,
Pin As IGArtXPin) As IGArtXTextPinUp
Name | Description |
---|---|
Rect | Rectangle object that contains coordinates and dimensions for the annotation to be created. |
Text | String that is to be drawn on the annotation. |
TextColor | Pixel object that contains a color for the text. |
Font | Contains font properties for new annotation; see IGArtXFont Object for more information. |
Pin | Contains pin properties of the annotation. See IGArtXPin Object for more information. |
New instance of IGArtXTextPinUp Object.
N/A