mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-09 00:14:51 +00:00
Add WinUI/UWP Rect for double precision
This commit is contained in:
parent
9280743c8a
commit
498a60a2ec
16 changed files with 102 additions and 41 deletions
|
|
@ -52,10 +52,7 @@ namespace MapControl
|
|||
/// Gets a Transform for scaling and rotating geometries
|
||||
/// in map coordinates (meters) to view coordinates (pixels).
|
||||
/// </summary>
|
||||
public Transform MapTransform
|
||||
{
|
||||
get => mapTransform ?? (mapTransform = new MatrixTransform());
|
||||
}
|
||||
public Transform MapTransform => mapTransform ?? (mapTransform = new MatrixTransform());
|
||||
|
||||
private MatrixTransform mapTransform;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue