OSDN Git Service

SharpDX3.xに移行した
[fooeditengine/FooEditEngine.git] / UWP / FooEditEngine.UWP / Direct2D / D2DRender.cs
index b291fcf..f05f520 100644 (file)
@@ -84,7 +84,7 @@ namespace FooEditEngine
 
         public void DrawContent(EditView view,bool IsEnabled,Rectangle updateRect)
         {
-            SharpDX.Point offset;
+            SharpDX.Mathematics.Interop.RawPoint offset;
             this.Surface = this.SurfaceImageNative.BeginDraw(
                 new SharpDX.Rectangle(0, 0, (int)this.Size.Width, (int)this.Size.Height), out offset);
             float dpix, dpiy;