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

[To be supplied.]

Overload List

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

See Also

Rectangle Structure | Rectangle Members | System.Drawing Namespace