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

Show in webframe

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
) 

Parameters

rc
The input logical rectangle.

Return Value

The rectangle converted from logical to physical coordinates.
Requirements

Target Platforms

See Also

Reference

Transformer Class
Transformer Members

Error processing SSI file