Represents an image with pixel data.
Record Field | Description |
Full Usage:
Data
Field type: byte array
|
|
Full Usage:
Height
Field type: int
|
|
Full Usage:
Name
Field type: string
|
|
|
|
Full Usage:
Width
Field type: int
|
|
Constructor | Description |
Full Usage:
Image(data, width, height, name)
Parameters:
byte array
width : int
height : int
name : string
Returns: Image
|
|
Full Usage:
Image(data, virtualData, width, height, name)
Parameters:
byte array
virtualData : VirtualArray<byte>
width : int
height : int
name : string
Returns: Image
|
|