Struct GestureLayer.RotateData

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll
API Level:
preview

The struct of RotateData.

C#
Copy
[NativeStruct("Elm_Gesture_Rotate_Info", Include = "Elementary.h", PkgConfig = "elementary")] public struct RotateData

Fields

View Source

Angle

The rotation value. 0.0 means no rotation.

Declaration
C#
Copy
public double Angle
Field Value
Type Description
System.Double
API Level: preview
View Source

BaseAngle

The start-angle.

Declaration
C#
Copy
public double BaseAngle
Field Value
Type Description
System.Double
API Level: preview
View Source

Radius

The radius (distance) between fingers reported to user.

Declaration
C#
Copy
public int Radius
Field Value
Type Description
Int32
API Level: preview
View Source

X

The X coordinate of rotation center point reported to the user.

Declaration
C#
Copy
public int X
Field Value
Type Description
Int32
API Level: preview
View Source

Y

The Y coordinate of rotation center point reported to the user.

Declaration
C#
Copy
public int Y
Field Value
Type Description
Int32
API Level: preview