Rectangle Constructor (Point, Size) |
Initializes a new instance of the
Rectangle class.
Namespace: GroupDocs.Parser.DataAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 21.2.0
Syntaxpublic Rectangle(
Point position,
Size size
)
Public Sub New (
position As Point,
size As Size
)
public:
Rectangle(
Point^ position,
Size^ size
)
new :
position : Point *
size : Size -> Rectangle
Parameters
- position
- Type: GroupDocs.Parser.DataPoint
The coordinates of the upper-left corner of the rectangular area. - size
- Type: GroupDocs.Parser.DataSize
The size of the rectangular area.
See Also