ThreadSafeImageContainer.SetImage Method

Sets the image to the current ThreadSafeImageContainer instance and performs required scaling optimizations.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public void SetImage(
	IBitmap bmp
)

Parameters

bmp  IBitmap
Original image to set.

See Also