'Declaration Public Overrides Sub Draw( _
ByVal drawingEngineThe drawing engine, where spreadsheet visual editor should be drawn.As Vintasoft.Imaging.Drawing.DrawingEngine, _
ByVal clipRectThe clip rectangle on drawing surface.As Vintasoft.Primitives.VintasoftRect _
)
public override void Draw(
Vintasoft.Imaging.Drawing.DrawingEngine drawingEngine,
Vintasoft.Primitives.VintasoftRect clipRect
)
public: void Draw(
Vintasoft.Imaging.Drawing.DrawingEngine* drawingEngine,
Vintasoft.Primitives.VintasoftRect clipRect
); override
public:
void Draw(
Vintasoft.Imaging.Drawing.DrawingEngine^ drawingEngine,
Vintasoft.Primitives.VintasoftRect clipRect
); override
Parameters
- drawingEngine
- The drawing engine, where spreadsheet visual editor should be drawn.
- clipRect
- The clip rectangle on drawing surface.