ScanUtilsparseFrame Method |
Parses frame value like "(0.0, 0.0, 4.0, 6.0)"
Namespace: asprise_imaging_apiAssembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static decimal[] parseFrame(
string frameSpec
)
Public Shared Function parseFrame (
frameSpec As String
) As Decimal()
public:
static array<Decimal>^ parseFrame(
String^ frameSpec
)
static member parseFrame :
frameSpec : string -> decimal[]
Parameters
- frameSpec
- Type: SystemString
the value in string representation
Return Value
Type:
Decimal4-element double array or null if parsing fails.
See Also