Adjusts the location of this rectangle by the specified amount.
[Visual Basic] Overloads Public Sub Offset( _ ByVal x As Integer, _ ByVal y As Integer _ ) [C#] public void Offset( int x, int y ); [C++] public: void Offset( int x, int y ); [JScript] public function Offset( x : int, y : int );
Rectangle Structure | Rectangle Members | System.Drawing Namespace | Rectangle.Offset Overload List