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