RectangleD Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Nome | Description |
|---|---|
| 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)
Parâmetros
- location
- PointD
- size
- SizeD
Aplica-se 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)
Parâmetros
- x
- Double
- y
- Double
- width
- Double
- height
- Double