←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Drawing Assembly