메소드 | 설명 | |
---|---|---|
Circle ( this g, System.Vector2 origin, double radius, Color color ) : void | ||
Circle ( this g, double x, double y, double radius, Color color ) : void | ||
FillRectangle ( this gx, |
||
FillRectangle ( this gx, |
||
FillRectangle ( this gx, System.Vector2 leftBottom, System.Vector2 rightTop, Color fillColor ) : void | ||
FillRectangle ( this gx, double left, double bottom, double right, double top, Color fillColor ) : void | ||
Rectangle ( this gx, |
||
Rectangle ( this gx, |
||
Rectangle ( this gx, double left, double bottom, double right, double top, Color color, double strokeWidth = 1 ) : void |
메소드 | 설명 | |
---|---|---|
GetFreeVxs ( ) : |
||
RelaseVxs ( |
public static Circle ( this g, System.Vector2 origin, double radius, Color color ) : void | ||
g | this | |
origin | System.Vector2 | |
radius | double | |
color | Color | |
리턴 | void |
public static Circle ( this g, double x, double y, double radius, Color color ) : void | ||
g | this | |
x | double | |
y | double | |
radius | double | |
color | Color | |
리턴 | void |
public static FillRectangle ( this gx, |
||
gx | this | |
rect | ||
fillColor | Color | |
리턴 | void |
public static FillRectangle ( this gx, |
||
gx | this | |
rect | ||
fillColor | Color | |
리턴 | void |
public static FillRectangle ( this gx, System.Vector2 leftBottom, System.Vector2 rightTop, Color fillColor ) : void | ||
gx | this | |
leftBottom | System.Vector2 | |
rightTop | System.Vector2 | |
fillColor | Color | |
리턴 | void |
public static FillRectangle ( this gx, double left, double bottom, double right, double top, Color fillColor ) : void | ||
gx | this | |
left | double | |
bottom | double | |
right | double | |
top | double | |
fillColor | Color | |
리턴 | void |
public static Rectangle ( this gx, |
||
gx | this | |
rect | ||
color | Color | |
strokeWidth | double | |
리턴 | void |
public static Rectangle ( this gx, |
||
gx | this | |
rect | ||
color | Color | |
리턴 | void |
public static Rectangle ( this gx, double left, double bottom, double right, double top, Color color, double strokeWidth = 1 ) : void | ||
gx | this | |
left | double | |
bottom | double | |
right | double | |
top | double | |
color | Color | |
strokeWidth | double | |
리턴 | void |