You are here: Symbol Reference > Stimulsoft.Base.Drawing Namespace > RectangleD Structure > RectangleD Constructor > RectangleD Constructor (double, double, double, double)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
RectangleD.RectangleD Constructor (double, double, double, double)

Initializes a new instance of the RectangleD class with the specified location and size.

Syntax
C++
C#
Visual Basic
public: RectangleD( double x, double y, double width, double height );
Parameters
Parameters 
Description 
The x-coordinate of the upper-left corner of the rectangle. 
The y-coordinate of the upper-left corner of the rectangle. 
width 
The width of the rectangle. 
height 
The height of the rectangle. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.