MobileForms Toolkit Documentation

BackBuffer.IsValid Method 

Gets value idicating whether the back buffer is valid for the specified control.

public bool IsValid(
Control control
);

Parameters

control
Control to test validation.

Return Value

true if the back buffer is valid for the specified contro, otherwise false.

Remarks

This methods tests whether the back buffer content is valid for the specified control. If you would reuse the backbuffer, you should always use this method before you get the backbuffer graphics or image to detect, whether your control is the last one which used it.

See Also

BackBuffer Class | Resco.Drawing Namespace