GcD2DBitmap Constructor(Int32,Int32,Single,Single)
In This Topic
Initializes a new instance of the
GcD2DBitmap class and creates the image.
The image content is not initialized and can contain any random data.
Syntax
'Declaration
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
Optional ByVal As System.Single, _
Optional ByVal As System.Single _
)
public GcD2DBitmap(
System.int ,
System.int ,
System.float ,
System.float
)
Parameters
- pixelWidth
- The width of the image, in pixels.
- pixelHeight
- The height of the image, in pixels.
- dpiX
- The horizontal dpi of the image.
- dpiY
- The vertical dpi of the image.
See Also