2 instantiations of RECT
System.Drawing (2)
misc\GDI\NativeMethods.cs (1)
187
return new
RECT
(
misc\GDI\WindowsRegion.cs (1)
194
IntNativeMethods.RECT rect = new IntNativeMethods.
RECT
();
13 references to RECT
System.Drawing (13)
misc\GDI\NativeMethods.cs (1)
185
public static
RECT
FromXYWH(int x, int y, int width, int height)
misc\GDI\UnsafeNativeMethods.cs (11)
224
public static extern IntNativeMethods.RegionFlags IntGetRgnBox(HandleRef hRgn, [In, Out] ref IntNativeMethods.
RECT
clipRect);
225
public static IntNativeMethods.RegionFlags GetRgnBox(HandleRef hRgn, [In, Out] ref IntNativeMethods.
RECT
clipRect)
367
public static extern int DrawTextW(HandleRef hDC, string lpszString, int nCount, ref IntNativeMethods.
RECT
lpRect, int nFormat);
371
public static extern int DrawTextA(HandleRef hDC, byte[] lpszString, int byteCount, ref IntNativeMethods.
RECT
lpRect, int nFormat);
373
public static int DrawText( HandleRef hDC, string text, ref IntNativeMethods.
RECT
lpRect, int nFormat )
406
public static extern int DrawTextExW(HandleRef hDC, string lpszString, int nCount, ref IntNativeMethods.
RECT
lpRect, int nFormat, [In, Out] IntNativeMethods.DRAWTEXTPARAMS lpDTParams);
410
public static extern int DrawTextExA(HandleRef hDC, byte[] lpszString, int byteCount, ref IntNativeMethods.
RECT
lpRect, int nFormat, [In, Out] IntNativeMethods.DRAWTEXTPARAMS lpDTParams);
412
public static int DrawTextEx(HandleRef hDC, string text, ref IntNativeMethods.
RECT
lpRect, int nFormat, [In, Out] IntNativeMethods.DRAWTEXTPARAMS lpDTParams)
484
internal static extern bool ExtTextOut(HandleRef hdc, int x, int y, int options, ref IntNativeMethods.
RECT
rect, string str, int length, int[] spacing);
518
public static extern bool IntFillRect(HandleRef hdc, [In] ref IntNativeMethods.
RECT
rect, HandleRef hbrush);
519
public static bool FillRect(HandleRef hDC, [In] ref IntNativeMethods.
RECT
rect, HandleRef hbrush)
misc\GDI\WindowsRegion.cs (1)
194
IntNativeMethods.
RECT
rect = new IntNativeMethods.RECT();