sachindkini
发表于 2010-4-12 19:22:00
The following is a quotecaoyinStatements in 2010-4-12 15:48:00:
From AutoCAD help file
Draws a vector in the currently active dialog box image
(Vector_image x1 y1 x2 y2 color)
This function draws a vector in the currently active dialog box image (opened by start_image) from the point (x1, y1) to (x2, y2). The origin (0,0) is the upper-left corner of the image. You can obtain the coordinates of the lower-right corner by calling the dimension functions (dimx_tile and dimy_tile).
Arguments
x1
X coordinate of the first point.
y1
Y coordinate of the first point.
x2
X coordinate of the second point.
y2
Y coordinate of the second point.
color
An AutoCAD color number, or one of the logical color numbers shown in the following table:
Symbolic names for color attribute
Color numberADI mnemonicDescription
-2BGLCOLORCurrent background of the AutoCAD drawing area
-15DBGLCOLORCurrent dialog box background color
-16DFGLCOLORCurrent dialog box foreground color (text)
-18LINELCOLORCurrent dialog box line color
Return Values
An integer representing the color of the vector.
Examples
(Setq color -2);; color of AutoCAD drawing area
(Vector_image
0
0
(Dimx_tile "slide_tile")
(Dimy_tile "slide_tile")
color
)
(End_image)
dear sir
thx for reply & u r time
very use full
how can sld file in store in vlx
sachindkini
发表于 2010-4-12 19:30:00
The following is a quotefsxmStatements in 2010-4-12 17:18:00:
Please speak Chinese!
Dear sir
sorry for my english
im not chinese im indian
im using google translate for see the site
caoyin
发表于 2010-4-12 19:41:00
SLD file can't be stored in the VLX.<br/>Usually people are by "Vector_image" function "draw" out of.<br/>I'm sorry! My English is not good, So I can't explain in more detail!
sachindkini
发表于 2010-4-12 19:56:00
The following is a quotecaoyinStatements in 2010-4-12 19:41:00:
SLD file can't be stored in the VLX.
Usually people are by "Vector_image" function "draw" out of.
I'm sorry! My English is not good, So I can't explain in more detail!dear sir,
u written chinese
im using google transalte
some file found me share with u see attched file
sena
发表于 2010-4-12 20:18:00
<p> sld file can not in store in vlx ,</p><p>It can add to DLL</p>
caoyin
发表于 2010-4-12 20:21:00
<p>以下网址有很多 Vector_image 的用法,可以参考一下:</p><p><a href="http://web2.airmail.net/terrycad/Tutorials/MyDialogs.htm">http://web2.airmail.net/terrycad/Tutorials/MyDialogs.htm</a></p>
liminnet
发表于 2010-4-13 11:19:00
liminnet
发表于 2010-4-13 11:39:00
liminnet
发表于 2010-4-13 11:42:00
sachindkini
发表于 2010-4-13 12:53:00
The following is a quoteliminnetStatements in 2010-4-13 11:39:00:
UploadFile/2010-4/201041311392167653.gif, viewFile.asp? ID = 51392 [/ upload]Dear Sir
Thx for Reply
it's very good image file in dcl,
actual i want this type of dcl
how is create
plz sir u can share u r program