Image.Pixels Property

SFML.Net

ImagePixels Property
Get a copy of the array of pixels (RGBA 8 bits integers components) Array size is Width x Height x 4

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public byte[] Pixels { get; }
Public ReadOnly Property Pixels As Byte()
	Get
public:
property array<unsigned char>^ Pixels {
	array<unsigned char>^ get ();
}
member Pixels : byte[] with get

Return Value

Type: Byte
Array of pixels
See Also