PDFView4NET WPF Edition
TransformVector(Double,Double) Method




O2S.Components.PDFView4NET Namespace > PDFMatrix Class > TransformVector Method : TransformVector(Double,Double) Method
X coordinate.
Y coordinate.
Transforms the point with the affine transformation specifies by this matrix and ignores the translation.
Syntax
'Declaration
 
Public Overloads Function TransformVector( _
   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.TransformVector(x, y)
public PDFPoint TransformVector( 
   double x,
   double y
)
public: PDFPoint* TransformVector( 
   double x,
   double y
) 
public:
PDFPoint^ TransformVector( 
   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