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 (Int32, Int32)

 

Translates this Point by the specified amount.

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

public:
void Offset(
	int dx,
	int dy
)

Parameters

dx
Type: System::Int32

The amount to offset the x-coordinate.

dy
Type: System::Int32

The amount to offset the y-coordinate.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft