[]
        
(Showing Draft Content)

C1.WinUI.Core.C1ZoomDeltaEventArgs

C1ZoomDeltaEventArgs Class

Contains information of the ZoomDelta event.

Inheritance
C1ZoomDeltaEventArgs
Namespace: C1.WinUI.Core
Assembly: C1.WinUI.Core.dll
Syntax
public class C1ZoomDeltaEventArgs : C1ZoomEventArgs

Properties

Name Description
CumulativeScale

Gets the accumulated scale.

CumulativeTranslation

Gets the accumulated translation.

DeltaScale

Gets the delta scale.

DeltaTranslation

Gets the delta translation.

UniformCumulativeScale

Gets the uniform cumulative scale.

UniformDeltaScale

Gets the uniform delta scale.

Methods

Name Description
Complete()

Completes the manipulation without inertia.