次の方法で共有


RectangleD.Inflate メソッド

定義

オーバーロード

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)

パラメーター

size
SizeD

適用対象

Inflate(Double, Double)

public:
 void Inflate(double x, double y);
public void Inflate (double x, double y);
member this.Inflate : double * double -> unit
Public Sub Inflate (x As Double, y As Double)

パラメーター

x
Double
y
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

パラメーター

rect
RectangleD
x
Double
y
Double

戻り値

適用対象