ThreadSafeImageContainer.GetImageCopy Method

Gets a copy of the original or optimized image based on the given parameter.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public IBitmap GetImageCopy(
	bool export
)

Parameters

export  Boolean
Requests copy of the original image if set to true, optimized image otherwise.

Return Value

IBitmap
A copy of the original or optimized image based on the given parameter.

See Also