Class GestureRotate
- Namespace
- Gtk
- Assembly
- Gtk-4.0.dll
public class GestureRotate : Gesture, IDisposable, GTypeProvider, InstanceFactory
- Inheritance
-
GestureRotate
- Implements
- Inherited Members
Constructors
GestureRotate(params ConstructArgument[])
public GestureRotate(params ConstructArgument[] constructArguments)
Parameters
constructArguments
ConstructArgument[]
GestureRotate(GestureRotateHandle)
public GestureRotate(GestureRotateHandle handle)
Parameters
handle
GestureRotateHandle
Fields
AngleChangedSignal
Signal Descriptor for OnAngleChanged.
public static readonly Signal<GestureRotate, GestureRotate.AngleChangedSignalArgs> AngleChangedSignal
Field Value
Methods
GetAngleDelta()
public double GetAngleDelta()
Returns
GetGType()
public static Type GetGType()
Returns
New()
public static GestureRotate New()
Returns
Events
OnAngleChanged
public event SignalHandler<GestureRotate, GestureRotate.AngleChangedSignalArgs> OnAngleChanged