Class Geomorpher
Assembly: Mapsui.Nts.dll
Syntax
public static class Geomorpher
Methods
|
Edit this page
View Source
Rotate(Geometry, double, Point)
Declaration
public static void Rotate(Geometry geometry, double degrees, Point center)
Parameters
Type |
Name |
Description |
Geometry |
geometry |
|
double |
degrees |
|
Point |
center |
|
|
Edit this page
View Source
Scale(Geometry, double, Point)
Declaration
public static void Scale(Geometry geometry, double scale, Point center)
Parameters
Type |
Name |
Description |
Geometry |
geometry |
|
double |
scale |
|
Point |
center |
|