Dsl (Digital Simulation Library) for .Net
文字列表現の Brush からBrushオブジェクトを作成します。

名前空間: DslSerializer
アッセンブリー: DslSerializer (in DslSerializer.dll)

構文

C#
public static bool TryParseBrush(
	string st,
	out Brush brush
)
Visual Basic
Public Shared Function TryParseBrush ( 
	st As String,
	<OutAttribute> ByRef brush As Brush
) As Boolean
Visual C++
public:
static bool TryParseBrush(
	String^ st, 
	[OutAttribute] Brush^% brush
)

Parameters

st
タイプ: System..::..String
BrushToStringで作成された文字列
brush
タイプ: System.Drawing..::..Brush%
作成されたBrushオブジェクト

Return Value

タイプ: Boolean
正常に Brush が作成された場合は true、作成できなかった場合は false

参照