ThreadSafeImageContainerDrawImage Method

Draws the original or optimized image on the given surface/bounds and based on the given parameter.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public void DrawImage(
	IGraphics g,
	RectangleF rect,
	bool export
)

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 , optimized image otherwise.

See Also