메소드 | 설명 | |
---|---|---|
Draw ( |
||
MSFontScalingLabel ( String text, |
Constructs a new MSLabel.
|
|
MSFontScalingLabel ( String text, |
Constructs a new MSLabel with default Color.Black text.
|
public Draw ( |
||
gameTime | ||
리턴 | void |
public MSFontScalingLabel ( String text, |
||
text | String | the text that this MSLabel will display |
boundingRectangle | the bounding Rectangle of this MSLabel | |
spriteFont | the SpriteFont used to draw the text | |
text_color | Color | |
spriteBatch | the SpriteBatch that will draw this MSLabel | |
game | Microsoft.Xna.Framework.Game | the Game where this MSLabel is used |
리턴 | System |
public MSFontScalingLabel ( String text, |
||
text | String | the text that this MSLabel will display |
boundingRectangle | the bounding Rectangle of this MSLabel | |
spriteFont | the SpriteFont used to draw the text | |
spriteBatch | the SpriteBatch that will draw this MSLabel | |
game | Microsoft.Xna.Framework.Game | the Game where this MSLabel is used |
리턴 | System |