TdxGPBrushGradientPoints Members
A set of key gradient points arranged in a brush area.Properties
| Name | Description |
|---|---|
| Capacity | Specifies the maximum number of key points on the gradient line. |
| Colors | An array containing the TdxAlphaColor color values of the key points on the gradient line. |
| Count | Returns the current number of key points on the gradient line. |
| Offsets | An array containing the offset values of the key points on the gradient line. |
Methods
| Name | Description |
|---|---|
| Add(Single,TdxAlphaColor) | Creates a new key point on the gradient line. |
| Assign(TdxGPBrushGradientPoints) | |
| Clear | Removes all previously created key points from the gradient line. |
| Delete(Integer) | Removes a specified key point from the gradient line. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| InvertOrder | Inverts the position order of the key points on the gradient line. |
| ToString | Inherited from TObject. |
See Also