Draws element's contents, drawing is determined in the derived classes.
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
protected virtual void DrawContent( PaintArguments args, Fill fill, Stroke stroke ) |
| Visual Basic (Declaration) |
|---|
Protected Overridable Sub DrawContent ( _ args As PaintArguments, _ fill As Fill, _ stroke As Stroke _ ) |
| Visual C++ |
|---|
protected: virtual void DrawContent( PaintArguments^ args, Fill^ fill, Stroke^ stroke ) |
Parameters
- fill
- Type: PerpetuumSoft.Framework.Drawing..::.Fill
- stroke
- Type: PerpetuumSoft.Framework.Drawing..::.Stroke