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: