XSolidBrush ClassTerminal Works - PDF Printing.Net Library
Defines a single color object used to fill shapes and draw text.
Inheritance Hierarchy

SystemObject
  PdfEdit.DrawingXBrush
    PdfEdit.DrawingXSolidBrush

Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public sealed class XSolidBrush : XBrush

The XSolidBrush type exposes the following members.

Constructors

  NameDescription
Public methodXSolidBrush
Initializes a new instance of the XSolidBrush class.
Public methodXSolidBrush(XColor)
Initializes a new instance of the XSolidBrush class.
Public methodXSolidBrush(XSolidBrush)
Initializes a new instance of the XSolidBrush class.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyColor
Gets or sets the color of this brush.
Public propertyOverprint
Gets or sets a value indicating whether the brush enables overprint when used in a PDF document. Experimental, takes effect only on CMYK color mode.
Top
See Also

Reference