LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly)
LEAD Technologies, Inc

TransformPoints Method






The input logical points
The transformation matrix to use.
Converts the specified points from logical to physical coordinates.
Syntax
public static PointF[] TransformPoints( 
   PointF[] pts,
   Matrix matrix
)
'Declaration
 
Public Shared Function TransformPoints( _
   ByVal pts() As PointF, _
   ByVal matrix As Matrix _
) As PointF()
'Usage
 
Dim pts() As PointF
Dim matrix As Matrix
Dim value() As PointF
 
value = Transformer.TransformPoints(pts, matrix)
public static PointF[] TransformPoints( 
   PointF[] pts,
   Matrix matrix
)
 function Leadtools.Drawing.Transformer.TransformPoints( 
   pts ,
   matrix 
)
public:
static array<PointF>^ TransformPoints( 
   array<PointF>^ pts,
   Matrix^ matrix
) 

Parameters

pts
The input logical points
matrix
The transformation matrix to use.

Return Value

The points converted from logical to physical coordinates.
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

Transformer Class
Transformer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.