C# Class Flyweight.Box

显示文件 Open project: yusufyilmazfr/tasarim-desenleri-turkce-kaynak

Public Properties

Property Type Description
boxColor BoxColor
height int
width int

Public Methods

Method Description
Draw ( int locationX, int locationY ) : void

Method Details

Draw() public abstract method

public abstract Draw ( int locationX, int locationY ) : void
locationX int
locationY int
return void

Property Details

boxColor public_oe property

public BoxColor boxColor
return BoxColor

height public_oe property

public int height
return int

width public_oe property

public int width
return int