LEADTOOLS (Leadtools assembly)

Parse Method (LeadRectD)

Show in webframe







The source string. This must contain four invariant culture double values for X,Y,Width,Height
Parses a string and returns a new instance of LeadRectD from it.
Syntax
public static LeadRectD Parse( 
   string source
)
'Declaration
 
Public Shared Function Parse( _
   ByVal source As String _
) As LeadRectD
'Usage
 
Dim source As String
Dim value As LeadRectD
 
value = LeadRectD.Parse(source)
public static LeadRectD Parse( 
   string source
)

            

            
 function Leadtools.LeadRectD.Parse( 
   source 
)
public:
static LeadRectD Parse( 
   String^ source
) 

Parameters

source
The source string. This must contain four invariant culture double values for X,Y,Width,Height

Return Value

Returns a new instance of LeadRectD.
Requirements

Target Platforms

See Also

Reference

LeadRectD Structure
LeadRectD Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.