'Declaration Protected Overrides Sub DrawInSurfaceSpace( _
ByVal gThe System.Drawing.Graphics to draw on.As System.Drawing.Graphics, _
ByVal drawingSurfaceThe object that provides information about drawing surface.As Vintasoft.Imaging.DrawingSurface _
)
protected override void DrawInSurfaceSpace(
System.Drawing.Graphics g,
Vintasoft.Imaging.DrawingSurface drawingSurface
)
protected: void DrawInSurfaceSpace(
System.Drawing.Graphics* g,
Vintasoft.Imaging.DrawingSurface* drawingSurface
); override
protected:
void DrawInSurfaceSpace(
System.Drawing.Graphics^ g,
Vintasoft.Imaging.DrawingSurface^ drawingSurface
); override
Parameters
- g
- The System.Drawing.Graphics to draw on.
- drawingSurface
- The object that provides information about drawing surface.