Table of Contents

Class GestureRotate

Namespace
Gtk
Assembly
Gtk-4.0.dll
public class GestureRotate : Gesture, IDisposable, NativeObject, GTypeProvider, InstanceFactory
Inheritance
GestureRotate
Implements
Inherited Members

Constructors

GestureRotate(params ConstructArgument[])

[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public GestureRotate(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

GestureRotate(CreationData)

[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected GestureRotate(CreationData data)

Parameters

data CreationData

GestureRotate(GestureRotateHandle)

protected 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

NewFromPointer(nint, bool)

Creates a new managed GestureRotate instance for a given pointer.

public static GestureRotate NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

GestureRotate

NewWithProperties(ConstructArgument[])

Creates a new GestureRotate and sets the properties specified by the construct arguments.

public static GestureRotate NewWithProperties(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

The properties to set.

Returns

GestureRotate

Events

OnAngleChanged

public event SignalHandler<GestureRotate, GestureRotate.AngleChangedSignalArgs> OnAngleChanged

Event Type

SignalHandler<GestureRotate, GestureRotate.AngleChangedSignalArgs>