OSDN Git Service

SharpDX3.xに移行した
[fooeditengine/FooEditEngine.git] / Metro / FooEditEngine / Direct2D / D2DRender.cs
index ccbe04b..42990bf 100644 (file)
@@ -134,7 +134,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;