RenderTarget.Size Property

SFML.Net

RenderTargetSize Property
Size of the rendering region of the target

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

Property Value

Type: Vector2u
See Also