Class Manipulation
Assembly: Mapsui.dll
Syntax
public record Manipulation : IEquatable<Manipulation>
Constructors
|
Edit this page
View Source
Manipulation(ScreenPosition, ScreenPosition, double, double, double)
Declaration
public Manipulation(ScreenPosition Center, ScreenPosition PreviousCenter, double ScaleFactor, double RotationChange, double TotalRotationChange)
Parameters
Properties
|
Edit this page
View Source
Center
Declaration
public ScreenPosition Center { get; init; }
Property Value
|
Edit this page
View Source
PreviousCenter
Declaration
public ScreenPosition PreviousCenter { get; init; }
Property Value
|
Edit this page
View Source
RotationChange
Declaration
public double RotationChange { get; init; }
Property Value
|
Edit this page
View Source
ScaleFactor
Declaration
public double ScaleFactor { get; init; }
Property Value
|
Edit this page
View Source
TotalRotationChange
Declaration
public double TotalRotationChange { get; init; }
Property Value
Implements
Extension Methods