Page 1 of 1

How change this target

PostPosted: Mon Aug 08, 2022 10:27 pm
by alexJavier
Hello, I hope you can help me, I want to increase the image quality, could you guide me please.
Direct3D 9 render target is actually (-0.5,-0.5) to (639.5,359.5), increase the image quality, how could I?

Re: How change this target

PostPosted: Fri Aug 19, 2022 4:20 am
by Cameron Nichols
Hi Alejandro,

You should set your render target size to 639x359 to optimise scaling, the -0.5 pixel border is not visible. You should set this size either in Xaml definition in WPF or .Designer.cs in WinForms.

Regards
Cameron