ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTNote Class / ImGearARTNote Constructor / ImGearARTNote Constructor(IImGearRectangle,String,IImGearRGBQuad,IImGearRGBQuad,String,Single,ImGearARTFontStyles)
The mark rectangle.
The text of the mark.
The color of the text.
The fill color of the mark.
The name of the font.
The size of the font in points.
The style of the font.




In This Topic
    ImGearARTNote Constructor(IImGearRectangle,String,IImGearRGBQuad,IImGearRGBQuad,String,Single,ImGearARTFontStyles)
    In This Topic
    Initializes a new instance of the ImGearARTNote class object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal rect As IImGearRectangle, _
       ByVal text As String, _
       ByVal textColor As IImGearRGBQuad, _
       ByVal fillColor As IImGearRGBQuad, _
       ByVal fontName As String, _
       ByVal fontSize As Single, _
       ByVal fontStyle As ImGearARTFontStyles _
    )
    'Usage
     
    Dim rect As IImGearRectangle
    Dim text As String
    Dim textColor As IImGearRGBQuad
    Dim fillColor As IImGearRGBQuad
    Dim fontName As String
    Dim fontSize As Single
    Dim fontStyle As ImGearARTFontStyles
     
    Dim instance As New ImGearARTNote(rect, text, textColor, fillColor, fontName, fontSize, fontStyle)

    Parameters

    rect
    The mark rectangle.
    text
    The text of the mark.
    textColor
    The color of the text.
    fillColor
    The fill color of the mark.
    fontName
    The name of the font.
    fontSize
    The size of the font in points.
    fontStyle
    The style of the font.
    See Also