RectangleSubtraction Operator (Rectangle, Point) |
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 Rectangle operator -(
Rectangle rectangle,
Point offset
)
Public Shared Operator - (
rectangle As Rectangle,
offset As Point
) As Rectangle
static let inline (-)
rectangle : Rectangle *
offset : Point : Rectangle
Parameters
- rectangle
- Type: Eto.DrawingRectangle
Rectangle to offset - offset
- Type: Eto.DrawingPoint
Offset to move the location by
Return Value
Type:
Rectangle[Missing <returns> documentation for "M:Eto.Drawing.Rectangle.op_Subtraction(Eto.Drawing.Rectangle,Eto.Drawing.Point)"]
See Also