ActivityDesigner.Invalidate Method

Definition

Invalidates the designer.

Overloads

Invalidate()

Invalidates the designer.

Invalidate(Rectangle)

Invalidates the specified rectangle on the designer.

Remarks

Use Invalidate to cause the designer to be repainted.

Invalidate()

Invalidates the designer.

C#
public void Invalidate();

Remarks

Use Invalidate to cause designer to be repainted.

Applies to

.NET Framework 4.8.1 a ďalšie verzie
Produkt Verzie
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Invalidate(Rectangle)

Invalidates the specified rectangle on the designer.

C#
public void Invalidate(System.Drawing.Rectangle rectangle);

Parameters

rectangle
Rectangle

A Rectangle that specifies the area on the workflow to invalidate.

Remarks

Use Invalidate to cause the specified rectangle on the designer to be repainted.

Applies to

.NET Framework 4.8.1 a ďalšie verzie
Produkt Verzie
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1