ReportItem.GetOnScreenBoundingBox Método

Definición

Sobrecargas

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

Parámetros

transform
Matrix
padding
Padding

Devoluciones

Se aplica a

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

Parámetros

transform
Matrix

Devoluciones

Se aplica a