代码搜索:Draw
找到约 10,000 项符合「Draw」的源代码
代码结果 10,000
www.eeworm.com/read/399963/7818912
tk menu2.tk
#!/usr/bin/wish
# Let's start off with the basics needed to draw circles and squares.
wm title . "Menubutton demonstration"
wm iconname . "Menubutton demo"
# Initial parameters to draw circles and s
www.eeworm.com/read/310728/13644866
java picture.java
/**
* This class represents a simple picture. You can draw the picture using
* the draw method. But wait, there's more: being an electronic picture, it
* can be changed. You can set it to blac
www.eeworm.com/read/251550/12338190
tk menu2.tk
#!/usr/bin/wish
# Let's start off with the basics needed to draw circles and squares.
wm title . "Menubutton demonstration"
wm iconname . "Menubutton demo"
# Initial parameters to draw circles and s
www.eeworm.com/read/129354/14249798
a30 fft.a30
;---------- INCLUDE OF SFR FILE ----------------
;
.list off ; don't draw up a prpgram list
.include sfr62s.inc ; include of sfr file
.list on ; draw up a program list
;
;---------- DE
www.eeworm.com/read/129337/14250520
tk menu2.tk
#!/usr/bin/wish
# Let's start off with the basics needed to draw circles and squares.
wm title . "Menubutton demonstration"
wm iconname . "Menubutton demo"
# Initial parameters to draw circles and s
www.eeworm.com/read/127767/14336616
txt e669. drawing on a buffered image.txt
To draw on a buffered image, create a graphics context on the buffered image.
// Create a graphics context on the buffered image
Graphics2D g2d = bimage.createGraphics();
// Draw
www.eeworm.com/read/228773/14363673
tk menu2.tk
#!/usr/bin/wish
# Let's start off with the basics needed to draw circles and squares.
wm title . "Menubutton demonstration"
wm iconname . "Menubutton demo"
# Initial parameters to draw circles and s
www.eeworm.com/read/126901/14396012
java drawmodified.java
/*
* @ Xolani Gwaqa
* Draw Applet
* Choose Color and draw
*/
import java.awt.*;
import java.applet.*;
import java.awt.event.*;
public class Drawmodified extends Applet
{
Stri
www.eeworm.com/read/456564/1605080
cc profileset.cc
/*
* ProfileSet -
* a class consisting of a List of `Profile's
*
*/
#include "ProfileSet.h"
namespace ReadingPeopleTracker
{
void ProfileSet::draw(frame_id_t min_draw_age)
{
#ifndef NO_DISPLAY
www.eeworm.com/read/240569/4571848
java patternpainter.java
/*
* @(#)PatternPainter.java 5.1
*
*/
package CH.ifa.draw.samples.javadraw;
import java.awt.*;
import CH.ifa.draw.framework.*;
/**
* PatternDrawer a background that can be added to a
* drawing