言語

RectangleD コンストラクター

定義

オーバーロード

RectangleD(PointD, SizeD)

public:
 RectangleD(Microsoft::ReportDesigner::PointD location, Microsoft::ReportDesigner::SizeD size);
public RectangleD(Microsoft.ReportDesigner.PointD location, Microsoft.ReportDesigner.SizeD size);
new Microsoft.ReportDesigner.RectangleD : Microsoft.ReportDesigner.PointD * Microsoft.ReportDesigner.SizeD -> Microsoft.ReportDesigner.RectangleD
Public Sub New (location As PointD, size As SizeD)

パラメーター

location
PointD
size
SizeD

適用対象

RectangleD(Double, Double, Double, Double)

public:
 RectangleD(double x, double y, double width, double height);
public RectangleD(double x, double y, double width, double height);
new Microsoft.ReportDesigner.RectangleD : double * double * double * double -> Microsoft.ReportDesigner.RectangleD
Public Sub New (x As Double, y As Double, width As Double, height As Double)

パラメーター

x
Double
y
Double
width
Double
height
Double

適用対象