IFontFamilyUnwrapT Method
Returns native font object.
Namespace: SMath.DrawingAssembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.2.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 font object.
TNative font object.