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

ICoordinateMapper Interface

This interface is implemented by all viewers that support coordinate conversion.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public Interface ICoordinateMapper
C#
public interface ICoordinateMapper

Remarks

Viewers that implement this interface allow converting coordinates between their system and the workspace system.

See Also

Reference