PDFView4NET WPF Edition
TransformVectors Method




O2S.Components.PDFView4NET Namespace > PDFMatrix Class : TransformVectors Method
Transforms the point with the affine transformation specifies by this matrix and ignores the translation values.
Syntax
'Declaration
 
Public Sub TransformVectors( _
   ByVal points() As PDFPoint _
) 
'Usage
 
Dim instance As PDFMatrix
Dim points() As PDFPoint
 
instance.TransformVectors(points)
public void TransformVectors( 
   PDFPoint[] points
)
public: void TransformVectors( 
   PDFPoint*[]* points
) 
public:
void TransformVectors( 
   array<PDFPoint^>^ points
) 

Parameters

points
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