Texture.MaximumSize Property

SFML.Net

TextureMaximumSize Property
Maximum texture size allowed

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public static uint MaximumSize { get; }
Public Shared ReadOnly Property MaximumSize As UInteger
	Get
public:
static property unsigned int MaximumSize {
	unsigned int get ();
}
static member MaximumSize : uint32 with get

Property Value

Type: UInt32
See Also