RegionBaseChangeLocation Method
Safely change element position (the old and new positions of
the element on the sheet are redrawn).
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public bool ChangeLocation(
Point value,
bool setCache
)
Public Function ChangeLocation (
value As Point,
setCache As Boolean
) As Boolean
public:
bool ChangeLocation(
Point value,
bool setCache
)
member ChangeLocation :
value : Point *
setCache : bool -> bool
- value Point
- New element location.
- setCache Boolean
- Set cached values before change.
Boolean
Application result.