Gets the size of client rectangle.

Namespace:  PerpetuumSoft.Framework.Model.Viewing
Assembly:  PerpetuumSoft.Framework.Model (in PerpetuumSoft.Framework.Model.dll) Version: 3.9.0.1

Syntax

C#
Vector ClientSize { get; }
Visual Basic (Declaration)
ReadOnly Property ClientSize As Vector
Visual C++
property Vector ClientSize {
	Vector get ();
}

See Also