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