[This is preliminary documentation and is subject to change.]
Updates element location by delta x/y without causing invalidate
Namespace: NFX.WinForms.ElementsAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
public void UpdateLocation(
int dx,
int dy
)
public void UpdateLocation(
int dx,
int dy
)
Public Sub UpdateLocation (
dx As Integer,
dy As Integer
)
Public Sub UpdateLocation (
dx As Integer,
dy As Integer
)
public:
void UpdateLocation(
int dx,
int dy
)
public:
void UpdateLocation(
int dx,
int dy
)
member UpdateLocation :
dx : int *
dy : int -> unit
member UpdateLocation :
dx : int *
dy : int -> unit