Search
Brush.Serialize Method
See Also
 





Serializes the specified brush to a string.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public static string Serialize (
    Brush brush
)

Visual Basic  Copy Code

Public Shared Function Serialize ( _
    brush As Brush _
) As String

 Parameters

brush

The Brush object to serialize.

 Return Value

A string that represents the specified brush.

 See Also