Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Parse Method (LeadRect)








The source string. This must contain four integer values (invariant culture)
Parses a string and returns a new instance of LeadRect from it.
Syntax
public static LeadRect Parse( 
   string source
)
'Declaration
 
Public Shared Function Parse( _
   ByVal source As String _
) As LeadRect
'Usage
 
Dim source As String
Dim value As LeadRect
 
value = LeadRect.Parse(source)
public static LeadRect Parse( 
   string source
)
 function Leadtools.LeadRect.Parse( 
   source 
)
public:
static LeadRect Parse( 
   String^ source
) 

Parameters

source
The source string. This must contain four integer values (invariant culture)

Return Value

Returns a new instance of LeadRect.
Requirements

Target Platforms

See Also

Reference

LeadRect Structure
LeadRect Members

Error processing SSI file