C# Class Flyweight.Box

Show file 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 property

public BoxColor boxColor
return BoxColor

height public property

public int height
return int

width public property

public int width
return int