Overridden. See Paint(VectorRectangle, GraphicStream).
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
C# |
---|
public override void Paint( VectorRectangle rectangle, GraphicStream stream ) |
Visual Basic (Declaration) |
---|
Public Overrides Sub Paint ( _ rectangle As VectorRectangle, _ stream As GraphicStream _ ) |
Visual C++ |
---|
public: virtual void Paint( VectorRectangle rectangle, GraphicStream^ stream ) override |
Parameters
- rectangle
- Type: PerpetuumSoft.Framework.Drawing..::.VectorRectangle