若葉ヘルパー Class Library
SpriteText Method (SpriteName, Message, X, Y, FontName, FontSize, FontStyle, FontColor)
名前空間WakabaHelperSpriteText(String, String, Int32, Int32, String, Single, FontStyle, Brush)
スプライトに文字列を描画します。
Declaration Syntax
C#Visual BasicVisual Basic UsageVisual C++J#JScriptJavaScriptXAML
public void SpriteText(
	string SpriteName,
	string Message,
	int X,
	int Y,
	string FontName,
	float FontSize,
	FontStyle FontStyle,
	Brush FontColor
)
Public Sub SpriteText ( _
	SpriteName As String, _
	Message As String, _
	X As Integer, _
	Y As Integer, _
	FontName As String, _
	FontSize As Single, _
	FontStyle As FontStyle, _
	FontColor As Brush _
)
Dim instance As Helper
Dim SpriteName As String
Dim Message As String
Dim X As Integer
Dim Y As Integer
Dim FontName As String
Dim FontSize As Single
Dim FontStyle As FontStyle
Dim FontColor As Brush

instance.SpriteText(SpriteName, Message, _
	X, Y, FontName, FontSize, FontStyle, _
	FontColor)
public:
void SpriteText(
	String^ SpriteName, 
	String^ Message, 
	int X, 
	int Y, 
	String^ FontName, 
	float FontSize, 
	FontStyle FontStyle, 
	Brush^ FontColor
)
member SpriteText : 
        SpriteName:string * 
        Message:string * 
        X:int * 
        Y:int * 
        FontName:string * 
        FontSize:float32 * 
        FontStyle:FontStyle * 
        FontColor:Brush -> unit 
public void SpriteText(
	String SpriteName,
	String Message,
	int X,
	int Y,
	String FontName,
	float FontSize,
	FontStyle FontStyle,
	Brush FontColor
)
public function SpriteText(
	SpriteName : String, 
	Message : String, 
	X : int, 
	Y : int, 
	FontName : String, 
	FontSize : float, 
	FontStyle : FontStyle, 
	FontColor : Brush
)
function SpriteText(SpriteName, Message, X, Y, FontName, FontSize, FontStyle, FontColor);
Parameters
SpriteName (String)
スプライト名。
Message (String)
書き込む文字列。
X (Int32)
文字列のX座標。
Y (Int32)
文字列のY座標。
FontName (String)
フォント名。
FontSize (Single)
フォントサイズ。
FontStyle (FontStyle)
フォントスタイル。
FontColor (Brush)
フォントカラー。
Remarks
スプライトに文字列を描画します。 スプライト名に参照スプライトを設定できません。

アセンブリ: Wakaba (モジュール: Wakaba) バージョン: 2.4.3.0 (2.4.3)