VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfPage Class / PointToUnit Methods / PointToUnit(PointF,Resolution) Method
Syntax Requirements SeeAlso
In This Topic
    PointToUnit(PointF,Resolution) Method (PdfPage)
    In This Topic
    Converts point from the image's coordinate space with specified resolution to the PDF page's coordinate space.
    Syntax
    'Declaration
    
    Public Overloads Sub PointToUnit( _
    ByRef point
    Provides point, in the image's coordinate space, to convert; returns the converted point, in the PDF page's coordinate space.
    As System.Drawing.PointF, _
    ByVal imageResolution
    Resolution of the image coordinate space.
    As Vintasoft.Imaging.Resolution _
    )
    public void PointToUnit(
    ref System.Drawing.PointF point,
    Vintasoft.Imaging.Resolution imageResolution
    )
    public: void PointToUnit(
    ref System.Drawing.PointF point,
    Vintasoft.Imaging.Resolution imageResolution
    )
    public:
    void PointToUnit(
    System.Drawing.PointF% point,
    Vintasoft.Imaging.Resolution imageResolution
    )

    Parameters

    point
    Provides point, in the image's coordinate space, to convert; returns the converted point, in the PDF page's coordinate space.
    imageResolution
    Resolution of the image coordinate space.
    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