LinearGradient Constructor

  Name Description
Public method LinearGradient()
Creates and initializes a new linear gradient with default values.
Public method LinearGradient(Point, Point)
Creates and initializes a new linear gradient, using the specified start point and end point.
Public method LinearGradient(Point, Point, array<GradientStop>)
Creates and initializes a new linear gradient, using the specified start point, end point, and stops.
Show: