PointSubtraction Operator (Point, Size) |
Operator to subtract a size from a point
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static Point operator -(
Point point,
Size size
)
Public Shared Operator - (
point As Point,
size As Size
) As Point
static let inline (-)
point : Point *
size : Size : Point
Parameters
- point
- Type: Eto.DrawingPoint
Base point value - size
- Type: Eto.DrawingSize
Size to subtract to the point's X and Y co-ordinates
Return Value
Type:
PointA new point with the sum of the specified
point's X and Y components and the
sizeSee Also