DesktopFontFamilyWrapT Method
Wraps a native font object.
Namespace: SMath.DrawingAssembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.4.0.0
public void Wrap<T>(
T fontFamily
)
where T : class
Public Sub Wrap(Of T As Class) (
fontFamily As T
)
public:
generic<typename T>
where T : ref class
virtual void Wrap(
T fontFamily
) sealed
abstract Wrap :
fontFamily : 'T -> unit when 'T : not struct
override Wrap :
fontFamily : 'T -> unit when 'T : not struct
- fontFamily T
- A native font object.
- T
- Type of the native font object.
IFontFamilyWrapT(T)