Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft