MobileForms Toolkit Documentation

CompactImage.AdjustBrightness Method 

Adjusts brightness of the image.

public void AdjustBrightness(
sbyte change
);

Parameters

change
The amount of brigthness to adjust.

Remarks

Changes the amount of brightness of the image. Positive values increase the brightness, negavite values decrease it.

See Also

CompactImage Class | Resco.Controls.ImageBox Namespace