RegionBaseDrawToBitmap(IGraphics, Point) Method
Draws the region with the specified offset added to
Location.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.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
- Offset to add to Location when the region is being drawn.