Error processing SSI file
LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly)

Show in webframe

RectangleToLogical Method






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

Parameters

rc
The input physical rectangle.

Return Value

The rectangle converted from physical to logical coordinates.
Requirements

Target Platforms

See Also

Reference

Transformer Class
Transformer Members

Error processing SSI file