Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
PointToPhysical(PointF) Method
See Also 
Leadtools Namespace > Transformer Class > PointToPhysical Method : PointToPhysical(PointF) Method



pt
The input logical points.
Converts the specified point from logical to physical coordinates.

Syntax

Visual Basic (Declaration)  
Public Overloads Function PointToPhysical( _
   ByVal pt As PointF _
) As PointF
Visual Basic (Usage) Copy Code
Dim instance As Transformer
Dim pt As PointF
Dim value As PointF
 
value = instance.PointToPhysical(pt)
C#  
public PointF PointToPhysical( 
   PointF pt
)
C++/CLI  
public:
PointF PointToPhysical( 
   PointF pt
) 

Parameters

pt
The input logical points.

Return Value

The point converted from logical to physical coordinates.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also