PDFView4NET WPF Edition
PDFPoint Constructor(Double,Double)




O2S.Components.PDFView4NET Namespace > PDFPoint Class > PDFPoint Constructor : PDFPoint Constructor(Double,Double)
the x coordinate of the point
the y coordinate of the point
Initializes a new PDFPoint object based on the given coordinates.
Syntax
'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
)
public: PDFPoint( 
   double x,
   double y
)
public:
PDFPoint( 
   double x,
   double y
)

Parameters

x
the x coordinate of the point
y
the y coordinate 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 Class
PDFPoint Members
Overload List