VintaSoft Imaging .NET SDK 14.0: 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
    
    
    public __gc abstract class ImageViewerPointFTransform : public Vintasoft.Imaging.PointFTransform*
    
    
    public ref class ImageViewerPointFTransform abstract : public Vintasoft.Imaging.PointFTransform^
    
    
    Inheritance Hierarchy

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

    Requirements

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

    See Also