Gets the GraphicStream used to paint.

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

Syntax

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

See Also