This documentation is for the old version. Go to the latest Graphics Mill docs

InvalidationTarget Class

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.

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.WinControls.InvalidationTarget

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.

See Also

Reference