RegionBaseChangeLocation Method

Safely change element position (the old and new positions of the element on the sheet are redrawn).

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public bool ChangeLocation(
	Point value,
	bool setCache
)

Parameters

value  Point
New element location.
setCache  Boolean
Set cached values before change.

Return Value

Boolean
Application result.

See Also