LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

PDFPoint Constructor (PDFPoint)






The horizontal position of the point.
The vertical position of the point.
Initializes a new instance of the PDFPoint structure with the specified coordinates.
Syntax
public PDFPoint( 
   double x,
   double y
)
'Declaration
 
Public Function New( _
   ByVal x As Double, _
   ByVal y As Double _
)
'Usage
 
Dim x As Double
Dim y As Double
 
Dim instance As New PDFPoint(x, y)
public PDFPoint( 
   double x,
   double y
)
function PDFPoint( 
   x ,
   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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFPoint Structure
PDFPoint Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.