Create
This method allocates memory for a new image with the specified size and properties.
Syntax
Create (Width As Long, Height As Long, ImageType As CROImgType, XResolution As Long, YResolution As Long)
| Parameter | Description |
|---|---|
| Width | Width of the newly created image |
| Height | Height of the newly created image |
| ImageType | Specifies colors and pixel per colors
Possible values See CROImgType |
| XResolution | Specifies the horizontal resolution of the newly created image in dots per inch. |
| YResolution | Specifies the vertical resolution of the newly created image in dots per inch . |
