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

Namespace: Neodynamic.SDK
Assembly:   Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw)
Version: 1.0.2000.0

Syntax

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

Parameters

culture
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.