←Select platform

RectangleToPhysical Method

Summary

Converts the specified rectangle from logical to physical coordinates.

Syntax
C#
VB
C++
public RectangleF RectangleToPhysical( 
   RectangleF rc 
) 
Public Function RectangleToPhysical( _ 
   ByVal rc As RectangleF _ 
) As RectangleF 
public: 
RectangleF RectangleToPhysical(  
   RectangleF rc 
)  

Parameters

rc
The input logical rectangle.

Return Value

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