代码搜索:rectangle

找到约 10,000 项符合「rectangle」的源代码

代码结果 10,000
www.eeworm.com/read/230232/4723746

cs rectangle.cs

using System; using System.Drawing ; namespace CsharpPats { /// /// Draws a rectangle using a supplied Graphics object /// public class Rectangle { private int x, y,
www.eeworm.com/read/230232/4723764

cs rectangle.cs

using System; using System.Drawing ; namespace CsharpPats { /// /// Summary description for Rectangle. /// public class Rectangle:Shape { public Rectangle(int x, in
www.eeworm.com/read/230232/4724084

cs rectangle.cs

using System; namespace csPatterns { public class Rectangle { private int x1, x2, y1, y2; private int w, h; public Rectangle() { } //----- public void init(int x, int y) {
www.eeworm.com/read/230232/4724266

cs rectangle.cs

using System; using System.Drawing ; namespace CsharpPats { /// /// Draws a rectangle using a supplied Graphics object /// public class Rectangle { private int x, y,
www.eeworm.com/read/215455/4904991

java rectangle.java

package shape_package; public class rectangle implements shape //使用到shape类 { private double w; private double h; public void setPara(PARAM Obj) //使用到PARAM类 { w = Obj.W;
www.eeworm.com/read/197654/5093256

java rectangle.java

/** * JacobGen generated file --- do not edit * * (http://www.bigatti.it/projects/jacobgen) */ package org.nethawker.word11; import com.jacob.com.*; public class Rectangle extends Dispatch { p
www.eeworm.com/read/197654/5093938

java rectangle.java

/** * JacobGen generated file --- do not edit * * (http://www.bigatti.it/projects/jacobgen) */ package org.nethawker.excel11; import com.jacob.com.*; public class Rectangle extends Dispatch {
www.eeworm.com/read/196378/5102749

h rectangle.h

#ifndef __RECTANGLE_H__ #define __RECTANGLE_H__ #include /** * * @class CRectangle Rectangle.h * @brief This is a class to define a rectangle and is an implementation of
www.eeworm.com/read/196378/5102756

cpp rectangle.cpp

/** * * @brief Definition of CRectangle * * Copyright (c) EMCC Software Ltd 2003 * @version 1.0 */ // Class Includes #include "rectangle.h" // System Includes #include cons
www.eeworm.com/read/191923/5160947

h rectangle.h

// This file is in the public domain. // There are no restrictions on any sort of usage of this file. #ifndef __SYSTEM_DRAWING_RECTANGLE_H__ #define __SYSTEM_DRAWING_RECTANGLE_H__ #include