Image Properties
From SFML.Net
SFML.Net
| Image Properties |
The Image type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
CPointer |
Access to the internal pointer of the object.
For internal use only
(Inherited from ObjectBase.) |
|
|
Pixels |
Get a copy of the array of pixels (RGBA 8 bits integers components)
Array size is Width x Height x 4
|
|
|
Size |
Size of the image, in pixels
|