|
@@ -92,8 +92,8 @@ Type TD3D9Odd2DDriver Extends TOdd2DDriver
|
|
|
If g Return TMax2DGraphics.Create( g,Self )
|
|
|
End Method
|
|
|
|
|
|
- Method CreateGraphics:TGraphics( width:Int, height:Int ,depth:Int, hertz:Int, flags:Int )
|
|
|
- Local g:TD3D9Graphics=D3D9GraphicsDriver().CreateGraphics( width,height,depth,hertz,flags )
|
|
|
+ Method CreateGraphics:TGraphics( width:Int, height:Int ,depth:Int, hertz:Int, flags:Int, x:Int, y:Int )
|
|
|
+ Local g:TD3D9Graphics=D3D9GraphicsDriver().CreateGraphics( width,height,depth,hertz,flags,x,y )
|
|
|
If g Return TMax2DGraphics.Create( g,Self )
|
|
|
End Method
|
|
|
|