does anyone know if it is possible to draw on top of a component without having to set up a rendering context?
i want to have panel drawing 3d graphics in the middle of
another panel but managing it slows things down alot. i want to be able to set up a viewport with the panel's coordinates and draw to that part of the screen while still using my original windows rendering context. any help would be greatly appreciated
i want to have panel drawing 3d graphics in the middle of
another panel but managing it slows things down alot. i want to be able to set up a viewport with the panel's coordinates and draw to that part of the screen while still using my original windows rendering context. any help would be greatly appreciated