←Select platform

PointToDocument Method

Summary

Converts a point from pixels to document units.

Syntax

C#
VB
Java
C++
public LeadPointD PointToDocument( 
   LeadPoint value 
) 
Public Function PointToDocument( 
   ByVal value As LeadPoint 
) As LeadPointD 
public:  
   LeadPointD^ PointToDocument( 
      LeadPoint^ value 
   ) 
public LeadPointD pointToDocument(LeadPoint value) 

Parameters

value

Source value in pixels.

Return Value

The converted value in document units.

Remarks

This method PixelsToDocument with the resolution value stored in DocumentPages.DefaultResolution.

For more information, refer to Documents Library Coordinate System.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly