Aurigma Graphics Mill 5.5 for .NET
ViewerBase Class
This is an abstract class representing a generic viewer control.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Syntax
Visual Basic
Public MustInherit Class ViewerBase _ Inherits Control _ Implements ICoordinateMapper, IUnitConverter
C#
public abstract class ViewerBase : Control, ICoordinateMapper, IUnitConverter
Remarks
Typically, there is no need to use this class directly.
Inheritance Hierarchy
System..::.Object
L
System..::.MarshalByRefObject
L
System.ComponentModel..::.Component
L
System.Windows.Forms..::.Control
L
Aurigma.GraphicsMill.WinControls..::.ViewerBase
L
Aurigma.GraphicsMill.WinControls..::.BitmapViewer
L
Aurigma.GraphicsMill.WinControls..::.MultiLayerViewer
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.




