Click or drag to resize

RectangleFOffset Method

Overload List
  NameDescription
Public methodOffset(PointF)
Offsets the location of the rectangle by the X and Y values of the specified point
Public methodOffset(SizeF)
Offsets the location of the rectangle by the specified size
Public methodOffset(Single, Single)
Offsets the location of the rectangle by the specified x and y values
Public methodStatic memberOffset(RectangleF, PointF)
Offsets the location of the rectangle by the X and Y values of the specified point
Public methodStatic memberOffset(RectangleF, SizeF)
Offsets the location of the rectangle by the specified size
Public methodStatic memberOffset(RectangleF, Single, Single)
Offsets the location of the rectangle by the specified x and y values
Top
See Also