Struct GestureLayer.RotateData
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
- API Level:
- preview
The struct of RotateData.
[NativeStruct("Elm_Gesture_Rotate_Info", Include = "Elementary.h", PkgConfig = "elementary")]
public struct RotateData
Fields
View SourceAngle
The rotation value. 0.0 means no rotation.
Declaration
public double Angle
Field Value
Type | Description |
---|---|
Double |
API Level: preview
View SourceBaseAngle
The start-angle.
Declaration
public double BaseAngle
Field Value
Type | Description |
---|---|
Double |
API Level: preview
View SourceRadius
The radius (distance) between fingers reported to user.
Declaration
public int Radius
Field Value
Type | Description |
---|---|
Int32 |
API Level: preview
View SourceX
The X coordinate of rotation center point reported to the user.
Declaration
public int X
Field Value
Type | Description |
---|---|
Int32 |
API Level: preview
View SourceY
The Y coordinate of rotation center point reported to the user.
Declaration
public int Y
Field Value
Type | Description |
---|---|
Int32 |