RectangleD Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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)
Parameters
- location
- PointD
- size
- SizeD
Applies to
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)
Parameters
- x
- Double
- y
- Double
- width
- Double
- height
- Double