LOGBRUSH (Structures)
Last changed: klaus-62.246.163.116-4.10.224.157

.
Summary
TODO - a short description

C# Definition:

[StructLayout(LayoutKind.Sequential)]
struct LOGBRUSH {
   public BrushStyle   lbStyle;        //brush style
   public UInt32        lbColor;    //colorref RGB(...)
   public HatchStyle    lbHatch;        //hatch style
}

VB Definition:

Structure LOGBRUSH
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation
LOGBRUSH on MSDN