VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode Namespace / VintasoftBitmapProcessing Class / Overlay(VintasoftBitmap,VintasoftBitmap,Int32,Int32) Method
Syntax Requirements SeeAlso
In This Topic
    Overlay(VintasoftBitmap,VintasoftBitmap,Int32,Int32) Method (VintasoftBitmapProcessing)
    In This Topic
    Overlays bitmap to a 24/32-bpp bitmap.
    Syntax
    'Declaration
    
    Public Shared Sub Overlay( _
    ByVal bitmap
    The source 24/32-bpp bitmap.
    As Vintasoft.Imaging.VintasoftBitmap, _
    ByVal overlayBitmap
    The bitmap, which should be overlaid to the source bitmap.
    As Vintasoft.Imaging.VintasoftBitmap, _
    ByVal x
    X-coordinate (on source image), where overlaid bitmap must be drawn.
    As Integer, _
    ByVal y
    Y-coordinate (on source image), where overlaid bitmap must be drawn.
    As Integer _
    )

    Parameters

    bitmap
    The source 24/32-bpp bitmap.
    overlayBitmap
    The bitmap, which should be overlaid to the source bitmap.
    x
    X-coordinate (on source image), where overlaid bitmap must be drawn.
    y
    Y-coordinate (on source image), where overlaid bitmap must be drawn.
    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