09-27-2024, 04:58 PM
I found the reflection stuff in csharp very amazing I completely replaced the old zsplatform class with zsreflection.
Adding function for field and method invoking.
In that search I found something amazing in my extension the graphics window was taken as a wpf window class from its handle which was get by the title of window same thing we could test with small basic editor as a addin for much powerful graphics.
But I fears may playing with reflection is dangerous can cause the application unresponding be aware.
And I found a new thing the 2d and 3d rendering through ld3dview is done in WPF by direct3d 9
Adding function for field and method invoking.
In that search I found something amazing in my extension the graphics window was taken as a wpf window class from its handle which was get by the title of window same thing we could test with small basic editor as a addin for much powerful graphics.
But I fears may playing with reflection is dangerous can cause the application unresponding be aware.
And I found a new thing the 2d and 3d rendering through ld3dview is done in WPF by direct3d 9
ZS