Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
draw
- Page 1
McCharts - ArkTS
Programming
Software Development
1 Month Ago
by 杨_659
… // Match the maximum value each time } }) } ``` 2.
Draw
the text label. We can see from the figure that… <= this.options.data.length; i++){ ... //
Draw
text labels this.context.fillText(text, this.options.cSpace, …- i) + this.options.cSpace , 0); } }) ``` 3.
Draw
tick marks. We can get the x-coordinate algorithm of…
Re: How do I get better in design?
Digital Media
UI / UX Design
1 Month Ago
by olivero2
More and more enterprises are switching to outsourcing to strengthen their positions in a dynamic market and increase cost-efficiency. It is confirmed by Techbehemoths, who surveyed 324 small and medium-sized IT companies. About 77% of respondents admit that they value outsourcing for cost-effectiveness and flexibility.і
Draw Fixing
Community Center
10 Years Ago
by obinaysamanoden
Draw
Fixing Siruseri happens to have some of the…the free world) he decided to do something clever.
Draw
Fixing!! To understand what he intended to do, we…N games are played). The host is expected to
draw
lots to determine who plays who. Our secretary plans… to fix this
draw
so that the pairing are exactly as he wants…
Re: draw using C++
Programming
Software Development
12 Years Ago
by myk45
Draw
what? Please be more specific when you ask questions.
Draw
Programming
Software Development
17 Years Ago
by nurulshidanoni
Can C++
draw
a table for matrix? or I must
draw
a line like this? __________________________ __________________________ _________________________ _________________________
Re: Draw
Programming
Software Development
17 Years Ago
by nurulshidanoni
… have do a array, did C++ have a function to
draw
a line for the array? Its look like school timetable…|____|____|____| I want above line...or I must
draw
it bymyself?
Re: Draw
Programming
Software Development
17 Years Ago
by nurulshidanoni
if I have a 400*400? so I must
draw
it myself.? Huhuhuhu So, C++ doest have a function to
draw
like a maple 11.
Re: Draw
Programming
Software Development
17 Years Ago
by nurulshidanoni
if I have a 400*400? so I must
draw
it myself.? Huhuhuhu So, C++ doest have a function to
draw
like a maple 11.
Re: Draw
Programming
Software Development
17 Years Ago
by Sturm
>What medium do you want to
draw
it on... Considering his lack of information, I think it's safe to assume the medium is a terminal. I repeat, you must
draw
it yourself.
Re: Draw
Programming
Software Development
17 Years Ago
by Duoas
Perhaps we should ask: what do you mean by a "table for matrix"? And on what medium do you want to
draw
it (console, gui window, printer paper)?
Re: Draw
Programming
Software Development
17 Years Ago
by Sturm
You must
draw
it "bymyself."
Re: Draw
Programming
Software Development
17 Years Ago
by Duoas
What medium do you want to
draw
it on...
Re: Draw
Programming
Software Development
17 Years Ago
by ndeniche
or, you can design an algorithm to
draw
it for you... consisting in a series of nested loops...
draw shapes using mouse drag
Programming
Software Development
14 Years Ago
by hany-h
…out.println("currentshaperelease="+currentShape); //line.
draw
(g); repaint(); } /* else if (…); //shapeCount--; shapes[shapeCount-1].
draw
(g); shapeCount--; } else {…
Draw on layers
Programming
Software Development
14 Years Ago
by paycity
…JFrame f = new JFrame("
Draw
"); f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
Draw
gp = new
Draw
(); f.add(gp, BorderLayout.….p = p; this.color = color; } public void
draw
(Graphics g) { g.setColor(this.color); g.fillRoundRect(p…
Draw polygon help
Programming
Software Development
13 Years Ago
by xcrypted1
…Double aPoint) public void
draw
(Graphics2D g2)
Draw
the polygon by joining …centerY + radius * Math.sin(angle))); } pentagon.
draw
(g2); } } [/code] The above classes are …0; i<myPolygon.size(); i++) { g2.
draw
(myPolygon.getX()); } } } [/code] I have…
Re: Draw polygon help
Programming
Software Development
13 Years Ago
by xcrypted1
…1777757]Have you read the API doc for the Graphics2D
draw
() method? Are you calling it with the correct arguments?…you want to get two points from the ArrayList and
draw
a line between them?[/QUOTE] Thank you for the…quot;cannot be applied to given types. [code] protected void
draw
(Graphics2D g2) { for(int i=0; i<myPolygon.size…
Draw a Pine Tree help
Programming
Software Development
12 Years Ago
by MrHatchi87
…for height being out of bounds c.
draw
the base d.
draw
the trunk (no spaces between the sides… sequences in chap 2 to see how to
draw
a back-slash character • Note that there …at the peak • Use one for-loop to
draw
the base of the cone • Note that there… for-loops, one nested inside the other, to
draw
the trunk • The outer loop moves the cursor …
draw trinagle in android openGL 2.0
Programming
Mobile Development
11 Years Ago
by android_gl
…, 0, mProjectionMatrix, 0, mViewMatrix, 0); glTriangleObj.
draw
(mModelMatrix); } /*****************************/ /*** landscape to portrait ***/ /*****************************/…vertexBuffer.put(trinagleCoords); vertexBuffer.position(0); //
draw
order - has to be 2 ByteBuffer pointByteBuffer …
draw a face
Programming
Software Development
15 Years Ago
by Lylywhatever
…(10, 0) eye2 = Line(eye2End1, eye2End2) eye2.setWidth(3) eye2.
draw
(win) mouthCorner1 = center.clone() mouthCorner1.move(-10, -10) mouthCorner2 = mouthCorner1…) mouth = Oval(mouthCorner1, mouthCorner2) mouth.setFill("red") mouth.
draw
(win) return [head, eye1, eye2, mouth] def main(): winWidth = …
Re: draw a face
Programming
Software Development
15 Years Ago
by tbone2sk
…(10, 0) eye2 = Line(eye2End1, eye2End2) eye2.setWidth(3) eye2.
draw
(win) mouthCorner1 = center.clone() mouthCorner1.move(-10, -10) mouthCorner2 =… mouth = Oval(mouthCorner1, mouthCorner2) mouth.setFill("red") mouth.
draw
(win) return [head, eye1, eye2, mouth] def main(): winWidth =…
Re: Draw Rectangle Using Loops
Programming
Software Development
14 Years Ago
by yasy
…cout << "\n"; } void rectangle::
draw
(int step) const { point center, l, w; double…; "\n"; } void circle::
draw
(int step) const { } void star::
draw
(int step) const { } void line(…
Draw Panel
Programming
Software Development
13 Years Ago
by coolsport04
…it. I am having two problems: 1. When I
draw
a shape in the default black color, when I … to be only on the new shape that I
draw
. 2. I am also having trouble with my … g2.setColor(color); for (Shape s : shapeList){ g2.
draw
(s); } g2.
draw
(shape); if(filledOrNot){ g2.setColor(color); g2.fill(shape…
Re: draw shapes using mouse drag
Programming
Software Development
14 Years Ago
by JamesCherrill
… the shapes between shapes[0] and shapes[shapeCount-1] and
draw
them all.
Draw lines on panel
Programming
Software Development
16 Years Ago
by ahoest
… program creates panels with textfields. The actual goal is to
draw
lines between the textfields. But i'm stuck way before… that stage. I can
draw
lines with the button connection lines and you click on… have are: 1. The panels with textfields disappear when I
draw
a line, and they shouldn't. 2. Even though I…
Draw path with variables
Programming
Software Development
15 Years Ago
by yin1031
… t=0, (x,y)=(0,0) ->
draw
a point on the graph t=1, (x,…y)=(2,2)->
draw
another point on the graph .... repeat the above…idea how can I ask the program to
draw
point every second and keep all the …{ CallerGDI->FillRectangle(Brush_A,x,y,10,10); //
draw
point IsShowGraphics=false; }[/CODE] But the program only draws…
Re: Draw polygon help
Programming
Software Development
13 Years Ago
by NormR1
Have you read the API doc for the Graphics2D
draw
() method? Are you calling it with the correct arguments? Does the ArrayList class have a getX() method? If the ArrayList contains points, and two points define a line, would you want to get two points from the ArrayList and
draw
a line between them?
Re: Draw polygon help
Programming
Software Development
13 Years Ago
by xcrypted1
… am trying to make sense of it. The
draw
method is described as:
draw
(Shape s) Strokes the outline of a Shape…
Re: Draw polygon help
Programming
Software Development
13 Years Ago
by xcrypted1
… and verifying what I am doing. Thanks! [code] protected void
draw
(Graphics2D g2) { //for(int i=0; i<myPolygon.size… = myPolygon.get(i); Point2D p1 = myPolygon.get(i + 1); g2.
draw
(new Line2D.Double(p0, p1)); p0 = p1; } [/code]
Draw Lines using Polygon Function
Programming
Software Development
10 Years Ago
by Emmanuel_2
… rect): vertices.append(pt) poly = Polygon(vertices) poly.
draw
(win) del vertices[0] pt = win.getMouse() rect.…"\nClick outside the rectangle to stop.") instructions.
draw
(win) rect1 = Rectangle(Point(5, 55), Point(200…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC