Table of Contents

Method PaintDefaultColorImage

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

PaintDefaultColorImage(Graphics, RectD, Color)

Paints color image in the item with the default style. Borders around color image are also painted by this method. This is default value of the PaintColorImage field.

public static void PaintDefaultColorImage(Graphics canvas, RectD rect, Color color)

Parameters

canvas Graphics

Graphics where drawing is performed.

rect RectD

RectD where drawing is performed.

color Color

Color value.