RectangleFSubtraction Operator (RectangleF, PointF) |
Subtracts the offset from the specified rectangle, moving its location
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static RectangleF operator -(
RectangleF rectangle,
PointF offset
)
Public Shared Operator - (
rectangle As RectangleF,
offset As PointF
) As RectangleF
static let inline (-)
rectangle : RectangleF *
offset : PointF : RectangleF
Parameters
- rectangle
- Type: Eto.DrawingRectangleF
Rectangle to offset - offset
- Type: Eto.DrawingPointF
Offset to move the location by
Return Value
Type:
RectangleF[Missing <returns> documentation for "M:Eto.Drawing.RectangleF.op_Subtraction(Eto.Drawing.RectangleF,Eto.Drawing.PointF)"]
See Also