VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / PixelsToImageViewerPointFTransform Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PixelsToImageViewerPointFTransform Class
    In This Topic
    Transforms the System.Drawing.PointF structure from image space to image viewer space.
    Object Model
    ImageViewer PointFTransform PixelsToImageViewerPointFTransform
    Syntax
    'Declaration
    
    Public Class PixelsToImageViewerPointFTransform
       Inherits ImageViewerPointFTransform
    
    
    public class PixelsToImageViewerPointFTransform : ImageViewerPointFTransform
    
    
    public __gc class PixelsToImageViewerPointFTransform : public ImageViewerPointFTransform*
    
    
    public ref class PixelsToImageViewerPointFTransform : public ImageViewerPointFTransform^
    
    
    Inheritance Hierarchy

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

    Requirements

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

    See Also