ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPopupText Class / ImGearARTPopupText Constructor / ImGearARTPopupText Constructor(IImGearRectangle,String,IImGearRGBQuad,ImGearARTTextType,Int32,IImGearRGBQuad,ImGearARTBorder,Boolean,Int32,String,Single,ImGearARTFontStyles,ImGearARTPin,ImGearARTCallout)
Mark's rectangle.
Text of the mark.
Color of the mark's text.
Text type.
Text opacity.
Fill color of the mark.
Border of the mark.
Specifies whether the mark's border is shaded or not.
Opacity of the mark.
The name of the font.
The size of the font in points.
The style of the font.
ImGearARTPin class object that specifies mark's pin icon attributes.
ImGearARTCallout class object that specifies mark's callout attributes.




In This Topic
    ImGearARTPopupText Constructor(IImGearRectangle,String,IImGearRGBQuad,ImGearARTTextType,Int32,IImGearRGBQuad,ImGearARTBorder,Boolean,Int32,String,Single,ImGearARTFontStyles,ImGearARTPin,ImGearARTCallout)
    In This Topic
    Initializes a new instance of the ImGearARTPopupText class object.
    Syntax
    '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)

    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.
    See Also