Converts the Fill object to a string representation, using the specified CultureInfo.

Namespace:  Neodynamic.SDK
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll)
Version: 2.0.2000.0 (2.0.2086.0)

Syntax

C#
public string ToString(
	CultureInfo culture
)
Visual Basic (Declaration)
Public Function ToString ( _
	culture As CultureInfo _
) As String
Visual C++
public:
String^ ToString(
	CultureInfo^ culture
)

Parameters

culture
Type: System.Globalization..::.CultureInfo
A CultureInfo that contains the culture to represent the Fill.

Return Value

The string representation of the Fill object in the specified culture.

See Also