Struct GestureLayer.ZoomData
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
- API Level:
- preview
The struct of ZoomData.
[NativeStruct("Elm_Gesture_Zoom_Info", Include = "Elementary.h", PkgConfig = "elementary")]
public struct ZoomData
Fields
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 zoom center point reported to the user.
Declaration
public int X
Field Value
Type | Description |
---|---|
Int32 |
API Level: preview
View SourceY
The Y coordinate of zoom center point reported to the user.
Declaration
public int Y
Field Value
Type | Description |
---|---|
Int32 |
API Level: preview
View SourceZoom
The zoom value. 1.0 means no zoom.
Declaration
public double Zoom
Field Value
Type | Description |
---|---|
Double |