ImageGear Professional v18.2 > API Reference Guide > ARTX Component API Reference > ARTX Component Objects > IGArtXCtl Control > IGArtXCtrl Methods > CreateTextTyped Method |
Creates auxiliary objects that are used with ArtX, such as IGArtXTextTyped Object.
CreateTextTyped( Rect As IGRectangle, Text As String, TextColor As IGPixel, Font As IGArtXFont) As IGArtXTextTyped Object
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. |
New instance of IGArtXTextTyped Object.
N/A