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 be gradient drawn.
rc
Rectangle to be gradient drawn.

Remarks

DrawVistaGradient will use StartColor only to draw gradient.

See Also

GradientColor Class | Resco.Controls.AdvancedComboBox Namespace