5 references to LOGBRUSH
System.Drawing (5)
misc\GDI\SafeNativeMethods.cs (2)
86
private static extern IntPtr IntExtCreatePen(int fnStyle, int dwWidth, IntNativeMethods.
LOGBRUSH
lplb, int dwStyleCount, [MarshalAs(UnmanagedType.LPArray)] int[] lpStyle);
89
public static IntPtr ExtCreatePen(int fnStyle, int dwWidth, IntNativeMethods.
LOGBRUSH
lplb, int dwStyleCount, int[] lpStyle)
misc\GDI\UnsafeNativeMethods.cs (3)
261
public static extern int IntGetObject(HandleRef hBrush, int nSize, [In, Out] IntNativeMethods.
LOGBRUSH
lb);
262
public static int GetObject(HandleRef hBrush, IntNativeMethods.
LOGBRUSH
lb)
264
int retVal = IntGetObject(hBrush, System.Runtime.InteropServices.Marshal.SizeOf(typeof(IntNativeMethods.
LOGBRUSH
)), lb);