PDFView4NET WPF Edition
TransformPoint(Double,Double) Method




O2S.Components.PDFView4NET Namespace > PDFMatrix Class > TransformPoint Method : TransformPoint(Double,Double) Method
X coordinate.
Y coordinate.
Transforms the point with the affine transformation specifies by this matrix.
Syntax
'Declaration
 
Public Overloads Function TransformPoint( _
   ByVal x As Double, _
   ByVal y As Double _
) As PDFPoint
'Usage
 
Dim instance As PDFMatrix
Dim x As Double
Dim y As Double
Dim value As PDFPoint
 
value = instance.TransformPoint(x, y)
public PDFPoint TransformPoint( 
   double x,
   double y
)
public: PDFPoint* TransformPoint( 
   double x,
   double y
) 
public:
PDFPoint^ TransformPoint( 
   double x,
   double y
) 

Parameters

x
X coordinate.
y
Y coordinate.

Return Value

Transformed 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

PDFMatrix Class
PDFMatrix Members
Overload List