See Also Examples Applies To
Draws a linear gradient curve into the native image.
Syntax
object.DrawGradientCurves (*arPoints(), nPenWidth, nStartColor, nEndColor, bAntiAlias)
The DrawGradientCurves syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| *arPoints() | Required. Input Long Array. Pointer to an Long 2D Array structures that specify the coordinates that the cardinal spline passes through. |
| nPenWidth | Required. Long. The width in pixel of the pen used to draw the curve. |
| nStartColor | Required. Long. Start ARGB long color value of the curve. |
| nEndColor | Required. Long. End ARGB long color value of the curve. |
| bAntiAlias | Optional. Boolean. Default value is False. Set to True to apply the Antialiasing algorithm else False. |
Returns
Remarks
The ImagingStatus constants are defined HERE
Category
Draw (Lines and Shapes)