代码搜索:DrawArea
找到约 56 项符合「DrawArea」的源代码
代码结果 56
www.eeworm.com/read/167776/9952985
h window.h
/*
* Window layer
*
*
* COPYRIGHT (c) 2001 - 2010.
* emTech System Corporation.
*
* The license and distribution terms for this file may be
* found in found in the file LICENSE.
www.eeworm.com/read/167776/9953011
c device.c
/*
* Screen Device Driver
*
*
* COPYRIGHT (c) 2001 - 2010.
* emTech System Corporation.
*
* The license and distribution terms for this file may be
* found in found in the file LI
www.eeworm.com/read/278492/10533052
java drawingpanel.java
//********************************************************************
// DrawingPanel.java Author: Lewis and Loftus / Peter DePasquale
//
// Refinement #1
//
// Represents the primary dra
www.eeworm.com/read/417442/10989947
makefile
INCS = -I/usr/X11R6/include
LIBS = -L/usr/X11R6/lib -lXm -lXt -lX11 -lXp -lXext
all: drawarea
drawarea: drawarea.c
gcc -o drawarea drawarea.c $(INCS) $(LIBS)
clean:
rm -f drawarea *.bak
www.eeworm.com/read/433465/7928058
java bsomdemo1.java
/*
* @(#)BsomDemo1.java 1.3 12 Nov 1996 Akio Utsugi
*/
import java.applet.Applet;
import java.awt.*;
import java.lang.Math;
import java.lang.Double;
import Slider;
/**
* BsomDemo1 is an applet
www.eeworm.com/read/104008/15714307
cs ellipse.cs
using System;
using System.Drawing;
namespace MDICSharp
{
[Serializable]
public class Ellipse : MDICSharp.Shape
{
public Ellipse(Point st, Point ep)
{
StartPoint = st;
EndPoin
www.eeworm.com/read/104008/15714319
cs line.cs
using System;
using System.Drawing;
namespace MDICSharp
{
[Serializable]
public class Line : MDICSharp.Shape
{
public Line(Point st, Point ep)
{
StartPoint = st;
EndPoint = ep
www.eeworm.com/read/104008/15714323
cs rect.cs
using System;
using System.Drawing;
namespace MDICSharp
{
[Serializable]
public class Rect : MDICSharp.Shape
{
public Rect(Point st, Point ep)
{
if (st.X < ep.X)
{
StartP
www.eeworm.com/read/101178/15842076
c defaultappproc.c
/*
* Default Application Handler
*
*
* COPYRIGHT (c) 2001 - 2010.
* emTech System Corporation.
*
* The license and distribution terms for this file may be
* found in found in the
www.eeworm.com/read/101178/15842077
h window.h
/*
* Window layer
*
*
* COPYRIGHT (c) 2001 - 2010.
* emTech System Corporation.
*
* The license and distribution terms for this file may be
* found in found in the file LICENSE.