Struct NativePaint.LOGBRUSH
Defines the style, color, and pattern of a physical brush. It is used by the CreateBrushIndirect and ExtCreatePen functions.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Namespace: Syncfusion.WinForms.Core
Assembly: Syncfusion.Shared.Base.dll
Syntax
public struct LOGBRUSH
Fields
LogBrushColor
Specifies the color in which the brush is to be drawn. If LogBrushStyle is the BS_HOLLOW or BS_PATTERN style, LogBrushColor is ignored. If LogBrushStyle is BS_DIBPATTERN or BS_DIBPATTERNBT, the low-order word of LogBrushColor specifies whether the colors members of the BITMAPINFO structure contain explicit red, green, blue (RGB) values or indices into the currently realized logical palette.
Declaration
public int LogBrushColor
Field Value
Type |
---|
System.Int32 |
LogBrushStyle
Specifies the brush style.
Declaration
public int LogBrushStyle
Field Value
Type |
---|
System.Int32 |