LEADTOOLS PDF (Leadtools.Pdf assembly)

PDFPoint Constructor (PDFPoint)

Show in webframe





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
)

Parameters

x
The horizontal position of the point.
y
The vertical position of the point.
Requirements

Target Platforms

See Also

Reference

PDFPoint Structure
PDFPoint Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.