SetStretchBltMode
C# Signature:
[DllImport("gdi32.dll")]
static extern int SetStretchBltMode(IntPtr hdc, StretchBltMode iStretchMode);
VB.NET Signature:
<DllImport("gdi32.dll")> _
Private Shared Function SetStretchBltMode(hdc As IntPtr, iStretchMode As StretchBltMode) As Boolean
End Function
Última actualización