VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
In This Topic
    VintaSoft Annotation .NET Plug-in: Changes in version 8.3
    In This Topic

    Changes in Vintasoft.Imaging.Annotation.dll

    Changed classes:

    Vintasoft.Imaging.Annotation.UI.AnnotationView
    Changed methods
    public Vintasoft.Imaging.UI.VisualTools.UserInteraction.InteractiveObjectPointTransform GetPointTransform(Vintasoft.Imaging.UI.ImageViewer) public Vintasoft.Imaging.Utils.PointFTransform GetPointTransform(Vintasoft.Imaging.UI.ImageViewer)

    Vintasoft.Imaging.Annotation.UI.AnnotationViewer
    Added methods
    public Vintasoft.Imaging.Utils.AffineMatrix GetTransformFromControlToDip() Returns AffineMatrix transformation from the viewer coordinate space to the DIP coordinate space.
    public Vintasoft.Imaging.Utils.AffineMatrix GetTransformFromDipToControl() Returns AffineMatrix transformation from the DIP coordinate space to the viewer coordinate space.
    public System.Drawing.PointF PointFromControlToDip(System.Drawing.PointF) Transforms point from the DIP coordinate space to the viewer coordinate space.
    public System.Drawing.PointF PointFromDipToControl(System.Drawing.PointF) Transforms point from the DIP coordinate space to the viewer coordinate space.


    Changes in Vintasoft.Imaging.Annotation.Wpf.UI.dll

    Changed classes:

    Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationView
    Changed methods
    public System.Windows.Media.Matrix GetPointTransform(Vintasoft.Imaging.Wpf.UI.WpfImageViewer) public Vintasoft.Imaging.Wpf.Utils.WpfPointTransform GetPointTransform(Vintasoft.Imaging.Wpf.UI.WpfImageViewer)

    Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationViewer
    Added methods
    public Vintasoft.Imaging.Utils.AffineMatrix GetTransformFromDipToViewer() Returns the AffineMatrix transformation from the DIP coordinate space to the viewer coordinate space.
    public Vintasoft.Imaging.Utils.AffineMatrix GetTransformFromViewerToDip() Returns the AffineMatrix transformation from the viewer coordinate space to the DIP coordinate space.
    public System.Windows.Point PointFromDipToViewer(System.Windows.Point) Transforms point from DIP space to the viewer space.
    public System.Windows.Point PointFromViewerToDip(System.Windows.Point) Transforms point from the viewer space to the DIP space.