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