Image.Size Property

SFML.Net

ImageSize Property
Size of the image, in pixels

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public Vector2u Size { get; }
Public ReadOnly Property Size As Vector2u
	Get
public:
property Vector2u Size {
	Vector2u get ();
}
member Size : Vector2u with get

Property Value

Type: Vector2u
See Also