C#
VB
Java
C++
Converts a point from pixels to document units.
public LeadPointD PointToDocument(
LeadPoint value
)
Public Function PointToDocument(
ByVal value As LeadPoint
) As LeadPointD
public:
LeadPointD^ PointToDocument(
LeadPoint^ value
)
public LeadPointD pointToDocument(LeadPoint value)
value
Source value in pixels.
The converted value in document units.
This method PixelsToDocument with the resolution value stored in DocumentPages.DefaultResolution.
For more information, refer to Documents Library Coordinate System.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET