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!

Rectangle.Offset (Point)

Adjusts the location of this rectangle by the specified amount.

[Visual Basic]
Overloads Public Sub Offset( _
   ByVal pos As Point _
)
[C#]
public void Offset(
   Point pos
);
[C++]
public: void Offset(
   Point pos
);
[JScript]
public function Offset(
   pos : Point
);

Parameters

pos
Amount to offset the location

See Also

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