'Declaration Public Shared Sub Overlay( _
ByVal bitmapThe source 24/32-bpp bitmap.As Vintasoft.Imaging.VintasoftBitmap, _
ByVal overlayBitmapThe bitmap, which should be overlaid to the source bitmap.As Vintasoft.Imaging.VintasoftBitmap, _
ByVal xX-coordinate (on source image), where overlaid bitmap must be drawn.As Integer, _
ByVal yY-coordinate (on source image), where overlaid bitmap must be drawn.As Integer _
)
public static void Overlay(
Vintasoft.Imaging.VintasoftBitmap bitmap,
Vintasoft.Imaging.VintasoftBitmap overlayBitmap,
int x,
int y
)
public: static void Overlay(
Vintasoft.Imaging.VintasoftBitmap* bitmap,
Vintasoft.Imaging.VintasoftBitmap* overlayBitmap,
int x,
int y
)
public:
static void Overlay(
Vintasoft.Imaging.VintasoftBitmap^ bitmap,
Vintasoft.Imaging.VintasoftBitmap^ overlayBitmap,
int x,
int y
)
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.