Click or drag to resize

PolygonMove Method

Moves the polygon to a new position.

Namespace:  Deltabit.WinForms
Assembly:  Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax
public void Move(
	Point ptOffset
)

Parameters

ptOffset
Type: System.DrawingPoint
The x and y amount to move the shape by.

Implements

IShapeMove(Point)
See Also