BCGControlBar Library for .NET
StringToRect Method




A string appearance of the rectangle value to get.
Called by the framework on reading rectangle value from the XML file. Gets a rectangle value from its string appearance.
Syntax
'Declaration
 
Public Shared Function StringToRect( _
   ByVal value As String _
) As Rectangle
'Usage
 
Dim value As String
Dim value As Rectangle
 
value = GlobalUtils.StringToRect(value)
public static Rectangle StringToRect( 
   string value
)
public: static Rectangle StringToRect( 
   string* value
) 
public:
static Rectangle StringToRect( 
   String^ value
) 

Parameters

value
A string appearance of the rectangle value to get.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GlobalUtils Class
GlobalUtils Members

Send Feedback