Constructor Rectangle
- Namespace
- DotNetBrowser.Geometry
- Assembly
- DotNetBrowser.dll
Rectangle(Point, Size)
Initializes a new instance of the Rectangle class with the specified origin
and
size
.
public Rectangle(Point origin, Size size)
Parameters
Rectangle(int, int, uint, uint)
Initializes a new instance of the Rectangle class with the specified parameters.
public Rectangle(int x, int y, uint width, uint height)