DXPathGradientBrush Members
In This Article
DXGraphicsPath
object with a gradient.
#Constructors
Name | Description |
---|---|
DXPath |
Initializes a new instance of the DXPath |
DXPath |
Initializes a new instance of the DXPath |
#Properties
Name | Description |
---|---|
Blend | Gets or sets a custom falloff for the gradient. |
Center |
Gets or sets the color at the center of the path gradient. |
Center |
Gets or sets the center point of the path gradient. |
Focus |
Gets or sets the focus point for the gradient falloff. |
Interpolation |
Gets or sets a multicolor linear gradient. |
Path |
Obtains path data associated with the brush. |
Surround |
Gets or sets an array of colors that correspond to the points in the path the Path fills.
|
Transform |
Gets or sets a copy of the geometric world transformation.
Inherited from DXTiling |
Wrap |
Gets or sets the brush’s wrap mode.
Inherited from DXTiling |
#Methods
Name | Description |
---|---|
Clone() |
Clones the current DXPath object.
|
Dispose() |
Disposes of the DXBrush object.
Inherited from DXBrush. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current DXPath object.
|
Get |
Returns the hash code for the current DXPath object.
|
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also