RegionBaseDrawToBitmap(IGraphics, Point) Method
Drawing of the Region on the specified location.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public virtual void DrawToBitmap(
IGraphics g,
Point location
)
Public Overridable Sub DrawToBitmap (
g As IGraphics,
location As Point
)
public:
virtual void DrawToBitmap(
IGraphics^ g,
Point location
)
abstract DrawToBitmap :
g : IGraphics *
location : Point -> unit
override DrawToBitmap :
g : IGraphics *
location : Point -> unit
Parameters
- g IGraphics
-
Drawing surface.
- location Point
-
Location of the Region.