Controlling Skia Renderer Window

I am having difficulty setting renderer window size and position.
I’m using Skia renderer.

I’ve discovered lots of System.Windows and System. Console nodes, such as windowstate, but I am very unclear on how to use these. Can somebody point me to a good tutorial?

Ultimate goal is to have renderer fullscreen with no title bar or controls on a 2nd monitor, but it seems like one should be able to make a renderer window an arbitrary size (px,px) and place it at an arbitrary location on the screen (px,px). Which set of nodes would allow this?

Try VL.WinFormsUtils.

Thank you @bjoern, not sure how I missed that!