Table of Contents

Class PinchEventArgs

Namespace
Fantas.Input
Assembly
Fantas.dll

Event data for Pinch event

public class PinchEventArgs : EventArgs
Inheritance
PinchEventArgs
Inherited Members

Constructors

PinchEventArgs(PointF, PointF, float)

Initialize Pinch event args

public PinchEventArgs(PointF location1, PointF location2, float scale)

Parameters

location1 PointF
location2 PointF
scale float

Properties

Location1

Location 1 of pinch

public PointF Location1 { get; }

Property Value

PointF

Location2

Location 2 of pinch

public PointF Location2 { get; }

Property Value

PointF

Scale

Scale factor of the pinch gesture

public float Scale { get; }

Property Value

float