ReportItem.GetOnScreenBoundingBox 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.
Surcharges
| GetOnScreenBoundingBox(Matrix, Padding) | |
| GetOnScreenBoundingBox(Matrix) |
GetOnScreenBoundingBox(Matrix, Padding)
public:
System::Drawing::Rectangle GetOnScreenBoundingBox(System::Drawing::Drawing2D::Matrix ^ transform, Microsoft::ReportDesigner::Padding padding);
public System.Drawing.Rectangle GetOnScreenBoundingBox (System.Drawing.Drawing2D.Matrix transform, Microsoft.ReportDesigner.Padding padding);
member this.GetOnScreenBoundingBox : System.Drawing.Drawing2D.Matrix * Microsoft.ReportDesigner.Padding -> System.Drawing.Rectangle
Public Function GetOnScreenBoundingBox (transform As Matrix, padding As Padding) As Rectangle
Paramètres
- transform
- Matrix
- padding
- Padding
Retours
S’applique à
GetOnScreenBoundingBox(Matrix)
public:
System::Drawing::Rectangle GetOnScreenBoundingBox(System::Drawing::Drawing2D::Matrix ^ transform);
public System.Drawing.Rectangle GetOnScreenBoundingBox (System.Drawing.Drawing2D.Matrix transform);
member this.GetOnScreenBoundingBox : System.Drawing.Drawing2D.Matrix -> System.Drawing.Rectangle
Public Function GetOnScreenBoundingBox (transform As Matrix) As Rectangle
Paramètres
- transform
- Matrix