ThreadSafeImageContainer.GetImageCopy Method
Gets a copy of the original or optimized image based on the given parameter.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public IBitmap GetImageCopy(
bool export
)
Public Function GetImageCopy (
export As Boolean
) As IBitmap
public:
IBitmap^ GetImageCopy(
bool export
)
member GetImageCopy :
export : bool -> IBitmap
- export Boolean
- Requests copy of the original image if set to true, optimized image otherwise.
IBitmapA copy of the original or optimized image based on the given parameter.