Point::Offset Method (Point)

 

Translates this Point by the specified Point.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
void Offset(
	Point p
)

Parameters

p
Type: System.Drawing::Point

The Point used offset this Point.

This method adjusts the X and Y values of this Point to the sum of the X and Y values of this Point and p.

The following example shows how to use the Offset method. To run this example, paste it into a Windows Form. Handle the form’s Paint event and call the OffsetPoint method from the Paint event-handling method, passing e as PaintEventArgs.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: