Class FontHandle
public class FontHandle : ObjectHandle, IDisposable
- Inheritance
-
FontHandle
- Implements
- Inherited Members
Constructors
FontHandle(nint, bool)
public FontHandle(nint handle, bool ownsHandle)
Parameters
Methods
For<T>(ConstructArgument[])
public static FontHandle For<T>(ConstructArgument[] constructArguments) where T : Font, GTypeProvider
Parameters
constructArguments
ConstructArgument[]
Returns
Type Parameters
T