PinchEventArgs
Class

Assembly LiveChartsCore.SkiaSharpView.WinUI
Namespace LiveChartsCore.Native.Events

Summary:
Defines the pinch event args.

Inheritance:
Object =>
EventArgs =>
PinchEventArgs

Constructors

// Defines the pinch event args.
Single scale, // The scale.
LvcPoint pinchStart, // The start.
Object originalEvent// The original event.
)

Properties

Gets the scale.
Type: Single
Gets the pinch star location.
Type: LvcPoint
Gets the original event.
Type: Object