create method
create
def create(cls, pixel_bytes, width, height, format):
...
| Parameter | Type | Description |
|---|---|---|
| pixel_bytes | System.Byte[] |
|
| width | int |
|
| height | int |
|
| format | BitmapInfo+PixelFormat |
See Also
- class
BitmapInfo
def create(cls, pixel_bytes, width, height, format):
...
| Parameter | Type | Description |
|---|---|---|
| pixel_bytes | System.Byte[] |
|
| width | int |
|
| height | int |
|
| format | BitmapInfo+PixelFormat |
BitmapInfo