'Declaration Public Function New( _
ByVal colorThe color of the gradient stop.As Vintasoft.Imaging.ImageColors.ColorBase, _
ByVal offsetThe location of the gradient stop within the gradient vector.As Single _
)
public GradientStop(
Vintasoft.Imaging.ImageColors.ColorBase color,
float offset
)
public: GradientStop(
Vintasoft.Imaging.ImageColors.ColorBase* color,
float offset
)
public:
GradientStop(
Vintasoft.Imaging.ImageColors.ColorBase^ color,
float offset
)
Parameters
- color
- The color of the gradient stop.
- offset
- The location of the gradient stop within the gradient vector.