ChartGraphics.GetRelativeRectangle(RectangleF) Metodo

Definizione

Accetta una RectangleF struttura che utilizza coordinate assolute e restituisce un RectangleF oggetto che utilizza coordinate relative.

public:
 System::Drawing::RectangleF GetRelativeRectangle(System::Drawing::RectangleF rectangle);
public System.Drawing.RectangleF GetRelativeRectangle(System.Drawing.RectangleF rectangle);
member this.GetRelativeRectangle : System.Drawing.RectangleF -> System.Drawing.RectangleF
Public Function GetRelativeRectangle (rectangle As RectangleF) As RectangleF

Parametri

rectangle
RectangleF

Struttura RectangleF in coordinate assolute.

Valori restituiti

Struttura RectangleF in coordinate relative.

Si applica a