LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly)
LEAD Technologies, Inc

RectangleToPhysical Method






The input logical rectangle.
Converts the specified rectangle from logical to physical coordinates.
Syntax
public RectangleF RectangleToPhysical( 
   RectangleF rc
)
'Declaration
 
Public Function RectangleToPhysical( _
   ByVal rc As RectangleF _
) As RectangleF
'Usage
 
Dim instance As Transformer
Dim rc As RectangleF
Dim value As RectangleF
 
value = instance.RectangleToPhysical(rc)
public RectangleF RectangleToPhysical( 
   RectangleF rc
)
 function Leadtools.Drawing.Transformer.RectangleToPhysical( 
   rc 
)
public:
RectangleF RectangleToPhysical( 
   RectangleF rc
) 

Parameters

rc
The input logical rectangle.

Return Value

The rectangle converted from logical to physical coordinates.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Transformer Class
Transformer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.