[DllImport("gdi32.dll")] static extern int SetStretchBltMode(IntPtr hdc, StretchBltMode iStretchMode);
<DllImport("gdi32.dll")> _ Private Shared Function SetStretchBltMode(hdc As IntPtr, iStretchMode As StretchBltMode) As Boolean End Function
Última actualización hace 1 año