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

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

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.

Object Model





See Also

Reference