Gets context for drawing.

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

Syntax

C#
public Object Context { get; }
Visual Basic (Declaration)
Public ReadOnly Property Context As Object
Visual C++
public:
property Object^ Context {
	Object^ get ();
}

See Also