Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Flyweight
Box
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