Gets the image URI.

Namespace: FirstFloor.Documents
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public static Uri GetImageUri(
	ImageBrush brush
)
Visual Basic
Public Shared Function GetImageUri ( _
	brush As ImageBrush _
) As Uri
Visual C++
public:
static Uri^ GetImageUri(
	ImageBrush^ brush
)

Parameters

brush
Type: System.Windows.Media..::..ImageBrush
The brush.

Return Value

The image URI.

See Also