Takes a RectangleF object and converts its relative coordinates to absolute coordinates.
Converts Relative Coordinates of Rectangle to Absolute coordinates
Visual Basic (Declaration) | |
---|---|
Public Function GetAbsoluteRectangle( _ ByVal relative As RectangleF _ ) As RectangleF |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RectangleF GetAbsoluteRectangle( RectangleF relative ) |
Parameters
- relative
- A RectangleF structure that is using relative coordinates.
Relative position in %
Return Value
A RectangleF object that uses absolute coordinates.
Absolute position
Note that these absolute coordinates are always returned for the entire chart image.
See the Chart Coordinate System topic for a detailed explanation concerning the Chart's coordinate system.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family