VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.ImageSharp.TextRendering Namespace / ImageSharpTextRenderer Class / ImageSharpTextRenderer Constructor(VintasoftBitmap)
Syntax Requirements SeeAlso
    ImageSharpTextRenderer Constructor(VintasoftBitmap)
    Initializes a new instance of the ImageSharpTextRenderer class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal bitmap
    The bitmap.
    As Vintasoft.Imaging.VintasoftBitmap _
    )
     

    Parameters

    bitmap
    The bitmap.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6

    See Also