Method | Description | |
---|---|---|
RectangleD ( PointD location, SizeD size ) : System.Drawing | ||
RectangleD ( double x, double y, double width, double height ) : System.Drawing |
public RectangleD ( PointD location, SizeD size ) : System.Drawing | ||
location | PointD | |
size | SizeD | |
return | System.Drawing |
public RectangleD ( double x, double y, double width, double height ) : System.Drawing | ||
x | double | |
y | double | |
width | double | |
height | double | |
return | System.Drawing |