Solid brush. Used to control how a path is filled.

Namespace: TallComponents.PDF.Layout.Brushes
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
[SerializableAttribute]
public class SolidBrush : Brush
Visual Basic
<SerializableAttribute> _
Public Class SolidBrush _
	Inherits Brush

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Layout..::..Object
    TallComponents.PDF.Layout.Brushes..::..Brush
      TallComponents.PDF.Layout.Brushes..::..SolidBrush

See Also