ChartGraphics.GetRelativeRectangle(RectangleF) Metodo

Definizione

Accetta una struttura RectangleF che utilizza coordinate assolute e restituisce un oggetto RectangleF 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.

Restituisce

RectangleF

Struttura RectangleF in coordinate relative.

Si applica a