←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Drawing Assembly