VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / ImageViewerPointFTransform Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
ImageViewerPointFTransform Class
In This Topic
Provides an abstract base class for transformations which transform the System.Drawing.PointF structure to the image viewer space.
Object Model
ImageViewer PointFTransform ImageViewerPointFTransform
Syntax
'Declaration

Public MustInherit Class ImageViewerPointFTransform
   Inherits Vintasoft.Imaging.PointFTransform

public abstract class ImageViewerPointFTransform : Vintasoft.Imaging.PointFTransform

Inheritance Hierarchy

System.Object
   Vintasoft.Imaging.PointFTransform
      Vintasoft.Imaging.UI.VisualTools.ImageViewerPointFTransform
         Vintasoft.Imaging.UI.VisualTools.PixelsToImageViewerPointFTransform

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also