MobileForms Toolkit Documentation

GradientColor.DrawVistaGradient Method 

Draws the vista gradient at the specified rectangle to the specified graphics.

public void DrawVistaGradient(
Graphics gr,
Rectangle rc
);

Parameters

gr
Graphics to draw gradient on.
rc
Rectangle to draw gradient in.

Remarks

DrawVistaGradient will use StartColor only to draw gradient.

See Also

GradientColor Class | Resco.Controls.ScrollBar Namespace