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

[To be supplied.]

Overload List

Adjusts the location of this RectangleF by the specified amount.

[Visual Basic] Overloads Public Sub Offset(Single, Single)
[C#] public void Offset(float, float);
[C++] public: void Offset(float, float);
[JScript] public function Offset(float, float);

Adjusts the location of this RectangleF by the specified amount.

[Visual Basic] Overloads Public Sub Offset(PointF)
[C#] public void Offset(PointF);
[C++] public: void Offset(PointF);
[JScript] public function Offset(PointF);

See Also

RectangleF Structure | RectangleF Members | System.Drawing Namespace