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.

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.