Set component position in pixels
Use this function only with GUIDE, or with apps created using the
figure
function.
pos = setpixelposition(
,
where c
,position
,isrecursive
)isrecursive
is true
, sets the component position
relative to the parent figure. The default for isrecursive
is
false
, which sets the position relative to its immediate parent
container.