Image Properties

SFML.Net

Image Properties

The Image type exposes the following members.

Properties
  Name Description
Public property CPointer
Access to the internal pointer of the object. For internal use only
(Inherited from ObjectBase.)
Public property Pixels
Get a copy of the array of pixels (RGBA 8 bits integers components) Array size is Width x Height x 4
Public property Size
Size of the image, in pixels
Top
See Also