Struct GestureLayer.RotateData
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
The struct of RotateData.
C#Copy[NativeStruct("Elm_Gesture_Rotate_Info", Include = "Elementary.h", PkgConfig = "elementary")] public struct GestureLayer.RotateData
Fields
Declaration
C#Copypublic double Angle
Field Value
| Type | Description |
|---|---|
| double |
Declaration
C#Copypublic double BaseAngle
Field Value
| Type | Description |
|---|---|
| double |
Declaration
C#Copypublic int Radius
Field Value
| Type | Description |
|---|---|
| int |
Declaration
C#Copypublic int X
Field Value
| Type | Description |
|---|---|
| int |
Declaration
C#Copypublic int Y
Field Value
| Type | Description |
|---|---|
| int |