API Documentation > CorelDRAW > 2025-v26 > Layer > IVGLayer
Layer.CreateBitmap method
Creates a bitmap by specifying coordinates of two opposite corners of its bounding box.
Syntax:
Function CreateBitmap(ByVal Left As Double, ByVal Top As Double, ByVal Right As Double, ByVal Bottom As Double, ByVal Image As Image, Optional ByVal ImageAlpha As Image = Nothing) As Shape
Parameters:
Name Type Description
Left
Double
Top
Double
Right
Double
Bottom
Double
Image
ImageAlpha