LinearGradientBrushObject Constructors
Paints an area with a linear gradient.| Name | Parameters | Description |
|---|---|---|
| LinearGradientBrushObject() | none | Initializes a new instance of the LinearGradientBrushObject class. |
| LinearGradientBrushObject(PointF2D, PointF2D) | startPoint, endPoint | Initializes a new instance of the LinearGradientBrushObject class with the specified points. |
| LinearGradientBrushObject(String) | dataTag | Creates a LinearGradientBrushObject object based on the specified string data. |
See Also