- rc
- The input logical rectangle.
Visual Basic (Declaration) | |
---|---|
Public Function RectangleToPhysical( _ ByVal rc As RectangleF _ ) As RectangleF |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As Transformer Dim rc As RectangleF Dim value As RectangleF value = instance.RectangleToPhysical(rc) |
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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)