RectangleD Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| RectangleD(PointD, SizeD) | |
| RectangleD(Double, Double, Double, Double) |
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)
Parametri
- location
- PointD
- size
- SizeD
Si applica a
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)
Parametri
- x
- Double
- y
- Double
- width
- Double
- height
- Double