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

DrawText() private method

private DrawText ( IntPtr hdc, string lpString, int nCount, RECT &lpRect, int uFormat ) : int
hdc System.IntPtr
lpString string
nCount int
lpRect RECT
uFormat int
return int
		public extern static int DrawText(IntPtr hdc, string lpString, int nCount, ref RECT lpRect, int uFormat);
		[DllImport("user32.dll", CharSet=CharSet.Auto)]