ThreadSafeImageContainer.DrawImage Method
Draws the original or optimized image on the given surface/bounds and based on the given parameter.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public void DrawImage(
IGraphics g,
RectangleF rect,
bool export
)
Public Sub DrawImage (
g As IGraphics,
rect As RectangleF,
export As Boolean
)
public:
void DrawImage(
IGraphics^ g,
RectangleF rect,
bool export
)
member DrawImage :
g : IGraphics *
rect : RectangleF *
export : bool -> unit
Parameters
- g IGraphics
- Surface to draw image on.
- rect RectangleF
- Bounds of the image to draw.
- export Boolean
- Requests drawing of the original image if set to true, optimized image otherwise.