'Declaration Protected Overridable Sub DrawInContentSpace( _
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 virtual void DrawInContentSpace(
System.Drawing.Graphics g,
Vintasoft.Imaging.DrawingSurface drawingSurface
)
protected: virtual void DrawInContentSpace(
System.Drawing.Graphics* g,
Vintasoft.Imaging.DrawingSurface* drawingSurface
)
protected:
virtual void DrawInContentSpace(
System.Drawing.Graphics^ g,
Vintasoft.Imaging.DrawingSurface^ drawingSurface
)
Parameters
- g
- The System.Drawing.Graphics to draw on.
- drawingSurface
- The object that provides information about drawing surface.