Class PinchEventArgs
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
Properties
Location1
Location 1 of pinch
public PointF Location1 { get; }
Property Value
Location2
Location 2 of pinch
public PointF Location2 { get; }
Property Value
Scale
Scale factor of the pinch gesture
public float Scale { get; }