'Declaration Public Overloads Sub Draw( _
ByVal gThe System.Drawing.Graphics on which annotations should be drawn.As System.Drawing.Graphics, _
ByVal drawingSurfaceThe object that provides information about drawing surface.As Vintasoft.Imaging.DrawingSurface _
)
public void Draw(
System.Drawing.Graphics g,
Vintasoft.Imaging.DrawingSurface drawingSurface
)
public: void Draw(
System.Drawing.Graphics* g,
Vintasoft.Imaging.DrawingSurface* drawingSurface
)
public:
void Draw(
System.Drawing.Graphics^ g,
Vintasoft.Imaging.DrawingSurface^ drawingSurface
)
Parameters
- g
- The System.Drawing.Graphics on which annotations should be drawn.
- drawingSurface
- The object that provides information about drawing surface.