RectangleOffset Method |
Name | Description | |
---|---|---|
![]() | Offset(Point) |
Offsets the location of the rectangle by the X and Y values of the specified point |
![]() | Offset(Size) |
Offsets the location of the rectangle by the specified size |
![]() | Offset(Int32, Int32) |
Offsets the location of the rectangle by the specified x and y values
|
![]() ![]() | Offset(Rectangle, Point) |
Offsets the location of the rectangle by the X and Y values of the specified point |
![]() ![]() | Offset(Rectangle, Size) |
Offsets the location of the rectangle by the specified size |
![]() ![]() | Offset(Rectangle, Int32, Int32) |
Offsets the location of the rectangle by the specified x and y values
|