PointOffset Method (Point, Point) |
Offsets the X and Y co-ordinates of the point by the values from the specified offset
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static Point Offset(
Point point,
Point offset
)
Public Shared Function Offset (
point As Point,
offset As Point
) As Point
static member Offset :
point : Point *
offset : Point -> Point
Parameters
- point
- Type: Eto.DrawingPoint
Point to offset - offset
- Type: Eto.DrawingPoint
Point with X and Y values to add to this point
Return Value
Type:
PointA new point offset by the specified value
See Also