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