RectangleD.Inflate 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
Inflate(SizeD) | |
Inflate(Double, Double) | |
Inflate(RectangleD, Double, Double) |
Inflate(SizeD)
public:
void Inflate(Microsoft::ReportDesigner::SizeD size);
public void Inflate (Microsoft.ReportDesigner.SizeD size);
member this.Inflate : Microsoft.ReportDesigner.SizeD -> unit
Public Sub Inflate (size As SizeD)
Parameters
- size
- SizeD
Applies to
Inflate(Double, Double)
Inflate(RectangleD, Double, Double)
public:
static Microsoft::ReportDesigner::RectangleD Inflate(Microsoft::ReportDesigner::RectangleD rect, double x, double y);
public static Microsoft.ReportDesigner.RectangleD Inflate (Microsoft.ReportDesigner.RectangleD rect, double x, double y);
static member Inflate : Microsoft.ReportDesigner.RectangleD * double * double -> Microsoft.ReportDesigner.RectangleD
Public Shared Function Inflate (rect As RectangleD, x As Double, y As Double) As RectangleD
Parameters
- rect
- RectangleD
- x
- Double
- y
- Double