RenderTexture.Size Property

SFML.Net

RenderTextureSize Property
Size of the rendering region of the render texture

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:
virtual property Vector2u Size {
	Vector2u get () sealed;
}
abstract Size : Vector2u with get
override Size : Vector2u with get

Property Value

Type: Vector2u

Implements

RenderTargetSize
See Also