Refresh an image, optionally invalidating the pixel cache
Visual Basic |
---|
Public Sub Refresh( _ ByVal PixelsChanged As Boolean _ ) |
This method is used mainly in the following circumstances:
These methods should not need to be called under other circumstances, as all other changes which would cause the display to alter should automatically cause a re-draw, but is available in case of problems.