Class GestureRotateClassOwnedHandle
public class GestureRotateClassOwnedHandle : GestureRotateClassHandle, IDisposable
- Inheritance
-
GestureRotateClassOwnedHandle
- Implements
- Inherited Members
Constructors
GestureRotateClassOwnedHandle(nint)
Creates a new instance of GestureRotateClassOwnedHandle. Assumes that the given pointer is owned by the runtime.
public GestureRotateClassOwnedHandle(nint ptr)
Parameters
ptr
nint
Methods
FromUnowned(nint)
Create a GestureRotateClassOwnedHandle from a pointer that is assumed unowned.
public static GestureRotateClassOwnedHandle FromUnowned(nint ptr)
Parameters
ptr
nintA pointer to a GestureRotateClass which is not owned by the runtime.
Returns
- GestureRotateClassOwnedHandle
A GestureRotateClassOwnedHandle
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()