VertexArray.Bounds Property

SFML.Net

VertexArrayBounds Property

[Missing <summary> documentation for "P:SFML.Graphics.VertexArray.Bounds"]

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

Property Value

Type: FloatRect
See Also