←Select platform

PDFPoint Constructor

Summary
Initializes a new instance of the PDFPoint structure with the specified coordinates.
Syntax
C#
VB
C++
Java
public PDFPoint( 
   double x, 
   double y 
) 
Public Function New( _ 
   ByVal x As Double, _ 
   ByVal y As Double _ 
) 
public PDFPoint(double x, double y) 
public: 
PDFPoint(  
   double x, 
   double y 
) 

Parameters

x
The horizontal position of the point.

y
The vertical position of the point.

Requirements

Target Platforms

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

Leadtools.Pdf Assembly

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