Back to Devexpress

DXPathGradientBrush Members

corelibraries-devexpress-dot-drawing-dot-dxpathgradientbrush-dot-underscore-members.md

latest4.5 KB
Original Source

DXPathGradientBrush Members

A brush that fills the interior of a DXGraphicsPath object with a gradient.

Constructors

NameDescription
DXPathGradientBrush(DXGraphicsPathData)Initializes a new instance of the DXPathGradientBrush class with specified settings.
DXPathGradientBrush(DXPathGradientBrush)Initializes a new instance of the DXPathGradientBrush class with specified settings.

Properties

NameDescription
BlendGets or sets a custom falloff for the gradient.
CenterColorGets or sets the color at the center of the path gradient.
CenterPointGets or sets the center point of the path gradient.
FocusScalesGets or sets the focus point for the gradient falloff.
InterpolationColorsGets or sets a multicolor linear gradient.
PathDataObtains path data associated with the brush.
SurroundColorsGets or sets an array of colors that correspond to the points in the path the PathGradientBrush fills.
TransformGets or sets a copy of the geometric world transformation. Inherited from DXTilingBrush.
WrapModeGets or sets the brush’s wrap mode. Inherited from DXTilingBrush.

Methods

NameDescription
Clone()Clones the current DXPathGradientBrush object.
Dispose()Disposes of the DXBrush object. Inherited from DXBrush.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current DXPathGradientBrush object.
GetHashCode()Returns the hash code for the current DXPathGradientBrush object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

DXPathGradientBrush Class

DevExpress.Drawing Namespace