This is an abstract class representing a generic invalidation target.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic

Public MustInherit Class InvalidationTarget

C#

public abstract class InvalidationTarget

Remarks

An invalidation target is an object belonging to the control. The descendants of this class specify what exactly should be invalidated and repainted.

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.