📄 xdrawrectangle.html
字号:
<HTML><HEAD><TITLE>Xlib Programming Manual: XDrawRectangle</TITLE></HEAD><BODY><H1 ALIGN=center>XDrawRectangle</H1><H2>Syntax</H2><!.IN "XDrawRectangle" "" "@DEF@"><CODE><PRE>XDrawRectangle(<B>display</B>, <B>d</B>, <B>gc</B>, <B>x</B>, <B>y</B>, <B>width</B>, <B>height</B>) <A HREF="../../display/opening.html#Display">Display</A> *<B>display</B>; Drawable <B>d</B>; <A HREF="../../GC/manipulating.html">GC</A> <B>gc</B>; int <B>x</B>, <B>y</B>; unsigned int <B>width</B>, <B>height</B>;</PRE></CODE><H2>Arguments</H2><TABLE><TR><TD> <B>display</B><TD> Specifies the connection to the X server.<TR><TD> <B>d</B><TD> Specifies the drawable. <TR><TD> <B>gc</B><TD> Specifies the GC.<TR><TD> <B>x</B><BR> <B>y</B><TD> Specify the x and y coordinates, which specify the upper-left corner of the rectangle.<TR><TD> <B>width</B><BR> <B>height</B><TD> Specify the width and height, which specify the dimensions of the rectangle.</TABLE><H2>Description</H2>The<B>XDrawRectangle()</B>function draws the outlines of the specified rectangle asif a five-point <B><A HREF="../../appendix/a.html#PolyLine">PolyLine</A></B>protocol request were specified for the rectangle:<PRE><CODE>[x,y] [x+width,y] [x+width,y+height] [x,y+height] [x,y]</PRE></CODE><P> For the specified rectangle, this function does not draw a pixel more than once.<P>This function uses these GC components: <A HREF="../../GC/manipulating.html#function">function</A>, <A HREF="../../GC/manipulating.html#plane-mask">plane-mask</A>,<A HREF="../../GC/manipulating.html#line-width">line-width</A>,<A HREF="../../GC/manipulating.html#line-style">line-style</A>,<A HREF="../../GC/manipulating.html#cap-style">cap-style</A>,<A HREF="../../GC/manipulating.html#join-style">join-style</A>,<A HREF="../../GC/manipulating.html#fill-style">fill-style</A>,<A HREF="../../GC/manipulating.html#subwindow-mode">subwindow-mode</A>,<A HREF="../../GC/manipulating.html#clip-mask">clip-x-origin</A>,<A HREF="../../GC/manipulating.html#clip-mask">clip-y-origin</A>, and<A HREF="../../GC/manipulating.html#clip-mask">clip-mask</A>.It also uses these GC mode-dependent components: <A HREF="../../GC/manipulating.html#foreground">foreground</A>, <A HREF="../../GC/manipulating.html#background">background</A>,<A HREF="../../GC/manipulating.html#tile">tile</A>,<A HREF="../../GC/manipulating.html#stipple">stipple</A>,<A HREF="../../GC/manipulating.html#tile">tile-stipple-x-origin</A>,<A HREF="../../GC/manipulating.html#tile">tile-stipple-y-origin</A>,<A HREF="../../GC/manipulating.html#dashes">dash-offset</A>,and<A HREF="../../GC/manipulating.html#dashes">dash-list</A>.<P><B>XDrawRectangle()</B>can generate<B>BadDrawable</B> ,<B>BadGC</B> ,and<B>BadMatch</B> errors.<H2>Diagnostics</H2><TABLE><TR><TD><B>BadDrawable</B><TD>A value for a Drawable argument does not name a defined Window or Pixmap.<TR><TD><B>BadGC</B><TD>A value for a <B><A HREF="../../my-own/gcontext.html">GContext</A></B> argument does not name a defined <B><A HREF="../../my-own/gcontext.html">GContext</A></B>.<TR><TD><B>BadMatch</B><TD>An<B><A HREF="../../window/create.html#InputClass">InputOnly</A></B>window is used as a Drawable.<TR><TD><B>BadMatch</B><TD>Some argument or pair of arguments has the correct type and range but fails to match in some other way required by the request.</TABLE><H2>See also</H2><B><A HREF="XDrawArc.html">XDrawArc()</A></B>,<B><A HREF="XDrawRectangles.html">XDrawRectangles()</A></B>,<B><A HREF="XDrawPoint.html">XDrawPoint()</A></B>,"<A HREF="rectangles.html">Drawing Single and Multiple Rectangles</A>".<HR><ADDRESS><A HREF="http://tronche.com/">Christophe Tronche</A>, <A HREF="mailto:ch.tronche@computer.org">ch.tronche@computer.org</A></ADDRESS></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -