IGraphicsUnwrapT Method
Returns native surface 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 surface object.
TNative surface object.