VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode Namespace / VintasoftBitmapProcessing Class / RasterizeBarcodePath(Int32,Int32,BarcodePathData,VintasoftColor,VintasoftColor,Single,Single,Single,Single,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
    RasterizeBarcodePath(Int32,Int32,BarcodePathData,VintasoftColor,VintasoftColor,Single,Single,Single,Single,Boolean) Method (VintasoftBitmapProcessing)
    In This Topic
    Rasterizes the barcode path.
    Syntax
    'Declaration
    
    Public MustOverride Function RasterizeBarcodePath( _
    ByVal bitmapWidth
    Width of rasterized bitmap.
    As Integer, _
    ByVal bitmapHeight
    Height of rasterized bitmap.
    As Integer, _
    ByVal barcodePath
    The barcode path.
    As BarcodePathData, _
    ByVal backColor
    The background color.
    As Vintasoft.Primitives.VintasoftColor, _
    ByVal pathColor
    The path color.
    As Vintasoft.Primitives.VintasoftColor, _
    ByVal x
    The X-coordinate of path on bitmap.
    As Single, _
    ByVal y
    The Y-coordinate of path on bitmap.
    As Single, _
    ByVal scaleX
    Path scale at X-axis.
    As Single, _
    ByVal scaleY
    Path scale at Y-axis.
    As Single, _
    ByVal antialias
    A value indicating whether antialiased rendering should be used.
    As Boolean _
    ) As Vintasoft.Imaging.VintasoftBitmap

    Parameters

    bitmapWidth
    Width of rasterized bitmap.
    bitmapHeight
    Height of rasterized bitmap.
    barcodePath
    The barcode path.
    backColor
    The background color.
    pathColor
    The path color.
    x
    The X-coordinate of path on bitmap.
    y
    The Y-coordinate of path on bitmap.
    scaleX
    Path scale at X-axis.
    scaleY
    Path scale at Y-axis.
    antialias
    A value indicating whether antialiased rendering should be used.

    Return Value

    A new instance of VintasoftBitmap that represents rasterized path.
    Requirements

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

    See Also