←Select platform

PDFPoint Constructor

Summary
Initializes a new instance of the PDFPoint structure with the specified coordinates.
Syntax
C#
C++/CLI
Java
Python
public PDFPoint( 
   double x, 
   double y 
) 
public PDFPoint(double x, double y) 
public: 
PDFPoint(  
   double x, 
   double y 
) 
__init__(self,x,y) # Overloaded constructor 

Parameters

x
The horizontal position of the point.

y
The vertical position of the point.

Requirements

Target Platforms

Help Version 22.0.2023.7.10
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.