←Select platform

TransformPoints Method

Summary
Converts the specified points from logical to physical coordinates.
Syntax
C#
VB
C++
public static PointF[] TransformPoints( 
   PointF[] pts, 
   Matrix matrix 
) 
Public Shared Function TransformPoints( _ 
   ByVal pts() As PointF, _ 
   ByVal matrix As Matrix _ 
) As PointF() 
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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Drawing Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.