API Documentation > CorelDRAW > 2025-v26 > Layer > IVGLayer
Layer.CreateBitmap2 method
Creates a bitmap by specifying its bottom corner, width, and height.
Syntax:
Function CreateBitmap2(ByVal x As Double, ByVal y As Double, ByVal Width As Double, ByVal Height As Double, ByVal Image As Image, Optional ByVal ImageAlpha As Image = Nothing) As Shape
Parameters:
Name Type Description
x
Double
y
Double
Width
Double
Height
Double
Image
ImageAlpha