IBitmap.Wrap<T> Method

Wraps a native bitmap object.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.4.0.0
C#
void Wrap<T>(
	T bmp
)
where T : class

Parameters

bmp  T
A native bitmap object.

Type Parameters

T
Type of the native bitmap object.

See Also