RectangleD コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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