Visual Basic (Declaration) | |
---|---|
Public Function RectangleToPhysical( _ ByVal rc As RectangleF _ ) As RectangleF |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RectangleF RectangleToPhysical( RectangleF rc ) |
Managed Extensions for C++ | |
---|---|
public: RectangleF RectangleToPhysical( RectangleF rc ) |
C++/CLI | |
---|---|
public: RectangleF RectangleToPhysical( RectangleF rc ) |
Parameters
- rc
- The input logical rectangle.
Return Value
The rectangle converted from logical to physical coordinates.Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family