ChartGraphics.GetAbsolutePoint Method (PointF)

.NET Framework (current version)
 

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

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

public PointF GetAbsolutePoint(
	PointF point
)

Parameters

point
Type: System.Drawing.PointF

A PointF object in relative coordinates.

Return Value

Type: System.Drawing.PointF

A PointF object in absolute coordinates.

.NET Framework
Available since 4.0
Return to top
Show: