Draws the icon for the Shift button.
Namespace:
PerpetuumSoft.OlapAssembly: PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public abstract void DrawShiftButton( Graphics graphics, Rectangle bounds, Direction direct ) |
| Visual Basic (Declaration) |
|---|
Public MustOverride Sub DrawShiftButton ( _ graphics As Graphics, _ bounds As Rectangle, _ direct As Direction _ ) |
| Visual C++ |
|---|
public: virtual void DrawShiftButton( Graphics^ graphics, Rectangle bounds, Direction direct ) abstract |
Parameters
- graphics
- Type: System.Drawing..::.Graphics
- bounds
- Type: System.Drawing..::.Rectangle
- direct
- Type: PerpetuumSoft.Olap..::.Direction