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 (PointF)

Adjusts the location of this RectangleF by the specified amount.

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

Parameters

pos
Amount to offset the location

See Also

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