[To be supplied.]
Adjusts the location of this rectangle by the specified amount.
[Visual Basic] Overloads Public Sub Offset(Point)
[C#] public void Offset(Point);
[C++] public: void Offset(Point);
[JScript] public function Offset(Point);
Adjusts the location of this rectangle by the specified amount.
[Visual Basic] Overloads Public Sub Offset(Integer, Integer)
[C#] public void Offset(int, int);
[C++] public: void Offset(int, int);
[JScript] public function Offset(int, int);
Rectangle Structure | Rectangle Members | System.Drawing Namespace