代码搜索:rectangle
找到约 10,000 项符合「rectangle」的源代码
代码结果 10,000
www.eeworm.com/read/149423/12379650
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/149423/12379706
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/149423/12379840
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/149423/12381220
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/149423/12382055
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/249894/12463182
cs rectangle.cs
namespace Perst
{
using System;
using System.Diagnostics;
///
/// Rectangle with integer coordinates. This class is used in spatial index.
///
www.eeworm.com/read/233429/14151163
class rectangle.class
www.eeworm.com/read/130612/14180776
gif rectangle.gif
www.eeworm.com/read/130612/14180804
gif rectangle.gif
www.eeworm.com/read/130612/14180849