LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly)

TransformPoints Method

Show in webframe





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 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

See Also

Reference

Transformer Class
Transformer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.