Skip to main content
A newer version of this page is available. .

BaseGallery.Invalidate(Rectangle) Method

Invaldates the specified region of the current BaseGallery object.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public virtual void Invalidate(
    Rectangle rect
)

Parameters

Name Type Description
rect Rectangle

A Rectangle structure which represents the region to invalidate.

See Also