ChartGraphics.GetAbsoluteRectangle Method (RectangleF)

.NET Framework (current version)
 

Takes a RectangleF object and converts its relative coordinates to absolute coordinates.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

member GetAbsoluteRectangle : 
        rectangle:RectangleF -> RectangleF

Parameters

rectangle
Type: System.Drawing.RectangleF

A RectangleF object in relative coordinates.

Return Value

Type: System.Drawing.RectangleF

A RectangleF object in absolute coordinates.

.NET Framework
Available since 4.0
Return to top
Show: