S
ScOe
I have directx namespace which contains few class-es (dx wrapper)
Direct3d.Device expect System.IntPtr in passed parameters.
When using it in main class i pass "this" as parameter ..
how do i pass IntPtr from main class to my custom class?
i tried with
form.Handle
but that doesnt work ...
Direct3d.Device expect System.IntPtr in passed parameters.
When using it in main class i pass "this" as parameter ..
how do i pass IntPtr from main class to my custom class?
i tried with
form.Handle
but that doesnt work ...