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