XLinearGradientBrush ClassTerminal Works - PDF Printing.Net Library
Defines a Brush with a linear gradient.
Inheritance Hierarchy

SystemObject
  PdfEdit.DrawingXBrush
    PdfEdit.DrawingXLinearGradientBrush

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

public sealed class XLinearGradientBrush : XBrush

The XLinearGradientBrush type exposes the following members.

Constructors

  NameDescription
Public methodXLinearGradientBrush(Point, Point, XColor, XColor)
Initializes a new instance of the XLinearGradientBrush class.
Public methodXLinearGradientBrush(PointF, PointF, XColor, XColor)
Initializes a new instance of the XLinearGradientBrush class.
Public methodXLinearGradientBrush(Rectangle, XColor, XColor, XLinearGradientMode)
Initializes a new instance of the XLinearGradientBrush class.
Public methodXLinearGradientBrush(RectangleF, XColor, XColor, XLinearGradientMode)
Initializes a new instance of the XLinearGradientBrush class.
Public methodXLinearGradientBrush(XPoint, XPoint, XColor, XColor)
Initializes a new instance of the XLinearGradientBrush class.
Public methodXLinearGradientBrush(XRect, XColor, XColor, XLinearGradientMode)
Initializes a new instance of the XLinearGradientBrush 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 methodMultiplyTransform(XMatrix)
Multiply the brush transformation matrix with the specified matrix.
Public methodMultiplyTransform(XMatrix, XMatrixOrder)
Multiply the brush transformation matrix with the specified matrix.
Public methodResetTransform
Resets the brush transformation matrix with identity matrix.
Public methodRotateTransform(Double)
Rotates the brush with the specified angle.
Public methodRotateTransform(Double, XMatrixOrder)
Rotates the brush with the specified angle.
Public methodScaleTransform(Double, Double)
Scales the brush with the specified scalars.
Public methodScaleTransform(Double, Double, XMatrixOrder)
Scales the brush with the specified scalars.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodTranslateTransform(Double, Double)
Translates the brush with the specified offset.
Public methodTranslateTransform(Double, Double, XMatrixOrder)
Translates the brush with the specified offset.
Top
Properties

  NameDescription
Public propertyTransform
Gets or sets an XMatrix that defines a local geometric transform for this LinearGradientBrush.
Top
See Also

Reference