Scilab-Branch-5.3-GIT
Please note that the recommended version of Scilab is 6.1.0. This page might be outdated.
See the recommended documentation of this function
xrect
desenha um retângulo
Seqüência de Chamamento
xrect(x,y,w,h) xrect(rect) // rect =[x,y,w,h]
Parameters
- x,y,w,h
quatro valores reais definindo o retângulo
Descrição
xrect
desenha um retângulo definido por
[x,y,w,h]
(ponto superior esquerdo, largura, altura)
usando a escala e o estilo correntes.
AVISO: por favor, note que a altura é positiva indo para baixo.
Autor
J.Ph.C.
Comments
Add a comment:
Please login to comment this page.