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