NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RectangleF.Offset (Single, Single)

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
);

Parameters

x
Amount to offset the location horizontally
y
Amount to offset the location vertically

See Also

RectangleF Structure | RectangleF Members | System.Drawing Namespace | RectangleF.Offset Overload List