代码搜索:rectangle
找到约 10,000 项符合「rectangle」的源代码
代码结果 10,000
www.eeworm.com/read/377893/2695729
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/373347/2764981
java rectangle.java
/*
* MicroEmulator
* Copyright (C) 2006 Bartek Teodorczyk
*
* It is licensed under the following two licenses as alternatives:
* 1. GNU Lesser General Public Licens
www.eeworm.com/read/372647/2770336
java rectangle.java
package graphics.twoD;
public class Rectangle {
public int width = 0;
public int height = 0;
public Point origin;
// 定义了四个构造方法。
/* public Rectangle() {
origin = new Poi
www.eeworm.com/read/369418/2800018
java rectangle.java
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding c
www.eeworm.com/read/368804/2806734
java rectangle.java
// Rectangle.java: The Rectangle class that extends GeometricObject
public class Rectangle extends GeometricObject
{
protected double width;
protected double height;
// Default constructo
www.eeworm.com/read/365197/2898543
java rectangle.java
package net.rectang;
import java.util.Random;
public class Rectangle {
/**
* 每个小方块大小
*/
private int retangSize = 10;
/**
* 中心小方块位置
*/
private Index center = new Index(65, RectangActionCo
www.eeworm.com/read/364575/2902090
cs rectangle.cs
using System;
namespace CsharpPats
{
///
/// Summary description for Rectangle.
///
public class Rectangle
{
private int xp, yp, wr, hr;
public Rectangle(int x
www.eeworm.com/read/364575/2902107
cs rectangle.cs
using System;
namespace CsharpPats
{
///
/// Summary description for Rectangle.
///
public class Rectangle
{
private int xp, yp, wr, hr;
public Rectangle(int x
www.eeworm.com/read/364575/2902128
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/364575/2902146
cs rectangle.cs
using System;
using System.Drawing ;
namespace CsharpPats
{
///
/// Summary description for Rectangle.
///
public class Rectangle:Shape {
public Rectangle(int x, in