Gets the GraphicStream used to paint.
Namespace:
PerpetuumSoft.Framework.ModelAssembly: 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 (); } |