'Declaration Protected Overridable Sub DrawInContentSpace( _ ByVal g As Graphics, _ ByVal drawingSurface As DrawingSurface _ )
protected virtual void DrawInContentSpace( Graphics g, DrawingSurface drawingSurface )
protected: virtual void DrawInContentSpace( Graphics* g, DrawingSurface* drawingSurface )
protected: virtual void DrawInContentSpace( Graphics^ g, DrawingSurface^ drawingSurface )
Parameters
- g
- The System.Drawing.Graphics to draw on.
- drawingSurface
- The object that provides information about drawing surface.