IBitmap.Unwrap<T> Method
Returns native bitmap object.
Namespace: SMath.DrawingAssembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.4.0.0
T Unwrap<T>()
where T : class
Function Unwrap(Of T As Class) As T
generic<typename T>
where T : ref class
T Unwrap()
abstract Unwrap : unit -> 'T when 'T : not struct
- T
- Type of the native bitmap object.
TNative bitmap object.