Table of Contents

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

Signal<GestureRotate, GestureRotate.AngleChangedSignalArgs>

Methods

GetAngleDelta()

public double GetAngleDelta()

Returns

double

GetGType()

public static Type GetGType()

Returns

Type

New()

public static GestureRotate New()

Returns

GestureRotate

Events

OnAngleChanged

public event SignalHandler<GestureRotate, GestureRotate.AngleChangedSignalArgs> OnAngleChanged

Event Type

SignalHandler<GestureRotate, GestureRotate.AngleChangedSignalArgs>