C#
VB
C++
Parses a string and returns a new instance of LeadMatrix from it.
public static LeadMatrix Parse(
string source
)
Public Shared Function Parse( _
ByVal source As String _
) As Leadtools.LeadMatrix
public:
static Leadtools.LeadMatrix Parse(
String^ source
)
source
The source string. This must contain four invariant culture double values the elements.
Returns a new instance of LeadMatrix.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET