@@ -282,6 +282,9 @@ Type TD3D9SDLGraphics Extends TGraphics
Next
End Method
+ Method Resize(width:Int, height:Int)
+ _g.Resize(width, height)
+ End Method
Field _hwnd:Byte Ptr
@@ -98,6 +98,9 @@ Type TSDLGraphics Extends TGraphics
End If
+ Method Resize(width:Int, height:Int) Override
+
Field _context:TGraphicsContext
End Type