Aurigma Graphics Mill 5.5 for .NET
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
L
Aurigma.GraphicsMill.WinControls..::.MultiLayerViewerInvalidationTarget
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.