Dsl (Digital Simulation Library) for .Net
アッセンブリー: DslSerializer (in DslSerializer.dll)
オブジェクトの文字列表現
Brush オブジェクトを文字列表現に変換します。
ただし、変換できるのは SolidBrush と HatchBrush のみです。
名前空間: DslSerializerアッセンブリー: DslSerializer (in DslSerializer.dll)
構文
C# |
---|
public static string BrushToString( Brush brush ) |
Visual Basic |
---|
Public Shared Function BrushToString ( brush As Brush ) As String |
Visual C++ |
---|
public: static String^ BrushToString( Brush^ brush ) |
Parameters
- brush
- タイプ: System.Drawing..::..Brush
出力対象の Brush オブジェクト
Return Value
タイプ: Stringオブジェクトの文字列表現