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
- constructArgumentsConstructArgument[]
GestureRotate(GestureRotateHandle)
public GestureRotate(GestureRotateHandle handle)Parameters
- handleGestureRotateHandle
Fields
AngleChangedSignal
Signal Descriptor for OnAngleChanged.
public static readonly Signal<GestureRotate, GestureRotate.AngleChangedSignalArgs> AngleChangedSignalField 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