ChartGraphics.GetRelativeRectangle(RectangleF) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Prend une structure RectangleF qui utilise des coordonnées absolues et retourne un objet RectangleF qui utilise des coordonnées relatives.
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
Paramètres
- rectangle
- RectangleF
Structure RectangleF en coordonnées absolues.
Retours
Structure RectangleF en coordonnées relatives.