ReportItem.GetOnScreenBoundingBox Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- transform
- Matrix
- padding
- Padding
Returns
Applies to
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
Parameters
- transform
- Matrix