Parses the bounds of given minipath data value.

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

Syntax

C#
public static bool TryParsePathDataBounds(
	string data,
	out Rect bounds
)
Visual Basic
Public Shared Function TryParsePathDataBounds ( _
	data As String, _
	<OutAttribute> ByRef bounds As Rect _
) As Boolean
Visual C++
public:
static bool TryParsePathDataBounds(
	String^ data, 
	[OutAttribute] Rect% bounds
)

Parameters

data
Type: System..::..String
The data.
bounds
Type: System.Windows..::..Rect%
The bounds.

Return Value

A boolean indicating whether the parse operation was successful.

See Also