Piccolo.NET

PCanvas.InvalidateBounds Method 

Invalidates the specified region of the canvas (adds it to the canvas's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the canvas.

public virtual void InvalidateBounds(
   RectangleF bounds
);

Parameters

bounds
A rectangle object that represents the region to invalidate.

See Also

PCanvas Class | UMD.HCIL.Piccolo Namespace


Web Accessibility