←Select platform

PointToPhysical(PointF) Method

Summary

Converts the specified point from logical to physical coordinates.

Syntax
C#
VB
C++
public PointF PointToPhysical( 
   PointF pt 
) 
Public Overloads Function PointToPhysical( _ 
   ByVal pt As PointF _ 
) As PointF 
public: 
PointF PointToPhysical(  
   PointF pt 
)  

Parameters

pt
The input logical points.

Return Value

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