mirror of
https://github.com/bvanroll/cs-map-project.git
synced 2025-08-29 11:52:44 +00:00
tzal wel nekeer beginne werke
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -75,8 +75,8 @@ namespace Logica
|
|||||||
|
|
||||||
public MultiPolygonPunten ScaleMultiPolygon(MultiPolygonPunten multiPolygon, double scaleX, double scaleY, double offsetX = 0, double offsetY = 0)
|
public MultiPolygonPunten ScaleMultiPolygon(MultiPolygonPunten multiPolygon, double scaleX, double scaleY, double offsetX = 0, double offsetY = 0)
|
||||||
{
|
{
|
||||||
double maxX = multiPolygon.MaximumX;
|
double maxX = multiPolygon.MaximumX - multiPolygon.MinimumX;
|
||||||
double maxY = multiPolygon.MaximumY;
|
double maxY = multiPolygon.MaximumY - multiPolygon.MinimumY;
|
||||||
double minX = multiPolygon.MinimumX;
|
double minX = multiPolygon.MinimumX;
|
||||||
double minY = multiPolygon.MinimumY;
|
double minY = multiPolygon.MinimumY;
|
||||||
maxX -= minX;
|
maxX -= minX;
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -10,7 +10,7 @@
|
|||||||
<Canvas x:Name="someCanvas" RenderTransformOrigin="0.5,0.5" Margin="436,114,128,113">
|
<Canvas x:Name="someCanvas" RenderTransformOrigin="0.5,0.5" Margin="436,114,128,113">
|
||||||
<Canvas.RenderTransform>
|
<Canvas.RenderTransform>
|
||||||
<TransformGroup x:Name="someTransformGroup">
|
<TransformGroup x:Name="someTransformGroup">
|
||||||
<ScaleTransform ScaleY="-1" ScaleX="-1"/>
|
<ScaleTransform/>
|
||||||
<SkewTransform/>
|
<SkewTransform/>
|
||||||
<RotateTransform/>
|
<RotateTransform/>
|
||||||
<TranslateTransform/>
|
<TranslateTransform/>
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,4 +1,4 @@
|
|||||||
#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "275AB0917A78CC675C19C07620AC1ABD563648FF"
|
#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "FF3D6C53E2845DF4AF48168913E8230B07F3624F"
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// <auto-generated>
|
// <auto-generated>
|
||||||
// This code was generated by a tool.
|
// This code was generated by a tool.
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "275AB0917A78CC675C19C07620AC1ABD563648FF"
|
#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "FF3D6C53E2845DF4AF48168913E8230B07F3624F"
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// <auto-generated>
|
// <auto-generated>
|
||||||
// This code was generated by a tool.
|
// This code was generated by a tool.
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user