IBitmap.Unwrap<T> Method

Returns native bitmap object.

Definition

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

Type Parameters

T
Type of the native bitmap object.

Return Value

T
Native bitmap object.

See Also