Struct GestureLayer.ZoomData

Definition

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

The struct of ZoomData.

C#
Copy
public struct ZoomData

Fields

View Source

Radius

The radius (distance) between fingers reported to user.

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

X

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

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

Y

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

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

Zoom

The zoom value. 1.0 means no zoom.

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