CreateCanvas in Blitz3D

Blitz3D Forums/Blitz3D Programming/CreateCanvas in Blitz3D

MErren(Posted 2005) [#1]
Hello,
is there any one who can help me with a function in
---BLITZ3d-- not BLITZ PLUS
I need help with
CreateCanvas (0, 0, x, y, Parent)
CreateWindow("Name", ClientWidth(Desktop())......
canvasbuffer

are there any functions or decls? like this in BLITZ3D (not Blitz+)


WolRon(Posted 2005) [#2]
Graphics GfxWidth(), GfxHeight(), 0, 1

or

Graphics GfxWidth(), GfxHeight(), 0, 2


MErren(Posted 2005) [#3]
thanx Mr. WolRon
Nice, but for what? whats about read out the clientwidth of a Desktopwindow? Graphics is not Canvas, whats about the position? I belive it's not that easy.