'Declaration Public Function New( _ ByVal rect As IImGearRectangle, _ ByVal text As String, _ ByVal textColor As IImGearRGBQuad, _ ByVal textType As ImGearARTTextType, _ ByVal textOpacity As Integer, _ ByVal fillColor As IImGearRGBQuad, _ ByVal border As ImGearARTBorder, _ ByVal isBorderShaded As Boolean, _ ByVal opacity As Integer, _ ByVal fontName As String, _ ByVal fontSize As Single, _ ByVal fontStyle As ImGearARTFontStyles, _ ByVal pin As ImGearARTPin, _ ByVal callout As ImGearARTCallout _ )
'Usage Dim rect As IImGearRectangle Dim text As String Dim textColor As IImGearRGBQuad Dim textType As ImGearARTTextType Dim textOpacity As Integer Dim fillColor As IImGearRGBQuad Dim border As ImGearARTBorder Dim isBorderShaded As Boolean Dim opacity As Integer Dim fontName As String Dim fontSize As Single Dim fontStyle As ImGearARTFontStyles Dim pin As ImGearARTPin Dim callout As ImGearARTCallout Dim instance As New ImGearARTPopupText(rect, text, textColor, textType, textOpacity, fillColor, border, isBorderShaded, opacity, fontName, fontSize, fontStyle, pin, callout)
public ImGearARTPopupText( IImGearRectangle rect, string text, IImGearRGBQuad textColor, ImGearARTTextType textType, int textOpacity, IImGearRGBQuad fillColor, ImGearARTBorder border, bool isBorderShaded, int opacity, string fontName, float fontSize, ImGearARTFontStyles fontStyle, ImGearARTPin pin, ImGearARTCallout callout )
public: ImGearARTPopupText( IImGearRectangle* rect, string* text, IImGearRGBQuad* textColor, ImGearARTTextType textType, int textOpacity, IImGearRGBQuad* fillColor, ImGearARTBorder* border, bool isBorderShaded, int opacity, string* fontName, float fontSize, ImGearARTFontStyles fontStyle, ImGearARTPin* pin, ImGearARTCallout* callout )
public: ImGearARTPopupText( IImGearRectangle^ rect, String^ text, IImGearRGBQuad^ textColor, ImGearARTTextType textType, int textOpacity, IImGearRGBQuad^ fillColor, ImGearARTBorder^ border, bool isBorderShaded, int opacity, String^ fontName, float fontSize, ImGearARTFontStyles fontStyle, ImGearARTPin^ pin, ImGearARTCallout^ callout )
Parameters
- rect
- Mark's rectangle.
- text
- Text of the mark.
- textColor
- Color of the mark's text.
- textType
- Text type.
- textOpacity
- Text opacity.
- fillColor
- Fill color of the mark.
- border
- Border of the mark.
- isBorderShaded
- Specifies whether the mark's border is shaded or not.
- opacity
- Opacity of the mark.
- fontName
- The name of the font.
- fontSize
- The size of the font in points.
- fontStyle
- The style of the font.
- pin
- ImGearARTPin class object that specifies mark's pin icon attributes.
- callout
- ImGearARTCallout class object that specifies mark's callout attributes.