ImageGear Professional v18.2 > API Reference Guide > ARTX Component API Reference > ARTX Component Objects > IGArtXCtl Control > IGArtXCtrl Methods > CreateTextNote Method |
Creates auxiliary objects that are used with ArtX, such as IGArtXTextNote Object.
CreateTextNote(
Rect As IGRectangle,
Text As String,
TextColor As IGPixel,
FillColor As IGPixel,
Font As IGArtXFont) As IGArtXTextNote
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. |
FillColor | Pixel object that contains color that entire area of the annotation will be filled with. |
Font | Contains font properties for new annotation; see IGArtXFont Object for more information. |
New instance of IGArtXTextNote Object.
N/A