ChartGraphics.GetRelativePoint(PointF) Methode

Definitie

Neemt een PointF object dat absolute coördinaten gebruikt en retourneert een PointF object dat relatieve coördinaten gebruikt.

public:
 System::Drawing::PointF GetRelativePoint(System::Drawing::PointF point);
public System.Drawing.PointF GetRelativePoint(System.Drawing.PointF point);
member this.GetRelativePoint : System.Drawing.PointF -> System.Drawing.PointF
Public Function GetRelativePoint (point As PointF) As PointF

Parameters

point
PointF

Een PointF object in absolute coördinaten.

Retouren

Een PointF object in relatieve coördinaten.

Van toepassing op