Parses the bounds of given minipath data value.
Namespace: FirstFloor.DocumentsAssembly: 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 ) |