VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Text Namespace / TextRegionSymbol Class / TextRegionSymbol Constructor(TextSymbol,Single,PointF,RegionF,RegionF,RegionF,Color,TextRenderingMode,Single,Single,TextRegionSymbol)
Syntax Requirements SeeAlso
In This Topic
    TextRegionSymbol Constructor(TextSymbol,Single,PointF,RegionF,RegionF,RegionF,Color,TextRenderingMode,Single,Single,TextRegionSymbol)
    In This Topic
    Initializes a new instance of the TextRegionSymbol class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal textSymbol
    The text symbol.
    As TextSymbol, _
    ByVal fontSize
    Size of the font.
    As Single, _
    ByVal location
    The symbol location, in text space.
    As System.Drawing.PointF, _
    ByVal outlineRegion
    The symbol region outline, in text space.
    As Vintasoft.Imaging.RegionF, _
    ByVal region
    The symbol region, in text space.
    As Vintasoft.Imaging.RegionF, _
    ByVal selectionRegion
    The symbol selection region, in text space.
    As Vintasoft.Imaging.RegionF, _
    ByVal color
    The symbol color.
    As System.Drawing.Color, _
    ByVal renderingMode
    The symbol rendering mode.
    As TextRenderingMode, _
    ByVal xScale
    The rendering scale at X axis.
    As Single, _
    ByVal yScale
    The rendering scale at Y axis.
    As Single, _
    ByVal prevSymbolInNonbreakingTextBlock
    The previous symbol in nonbreaking text block.
    As TextRegionSymbol _
    )

    Parameters

    textSymbol
    The text symbol.
    fontSize
    Size of the font.
    location
    The symbol location, in text space.
    outlineRegion
    The symbol region outline, in text space.
    region
    The symbol region, in text space.
    selectionRegion
    The symbol selection region, in text space.
    color
    The symbol color.
    renderingMode
    The symbol rendering mode.
    xScale
    The rendering scale at X axis.
    yScale
    The rendering scale at Y axis.
    prevSymbolInNonbreakingTextBlock
    The previous symbol in nonbreaking text block.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also