SidebarLibrary.Win32.WindowsAPI.SetStretchBltMode C# (CSharp) Method

SetStretchBltMode() private method

private SetStretchBltMode ( IntPtr hDC, int StrechMode ) : int
hDC System.IntPtr
StrechMode int
return int
		public static extern int SetStretchBltMode(IntPtr hDC, int StrechMode);
		#endregion