Serializes the specified brush to a string.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
public static string Serialize ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function Serialize ( _ |
The Brush object to serialize.
A string that represents the specified brush.
See Also