RectangleFSubtraction Operator (RectangleF, SizeF) |
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,
SizeF offset
)
Public Shared Operator - (
rectangle As RectangleF,
offset As SizeF
) As RectangleF
static let inline (-)
rectangle : RectangleF *
offset : SizeF : RectangleF
Parameters
- rectangle
- Type: Eto.DrawingRectangleF
Rectangle to offset - offset
- Type: Eto.DrawingSizeF
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.SizeF)"]
See Also