Int32Rect.Parse(String) Method

Definition

Creates an Int32Rect structure from the specified String representation.

public:
 static System::Windows::Int32Rect Parse(System::String ^ source);
public static System.Windows.Int32Rect Parse (string source);
static member Parse : string -> System.Windows.Int32Rect
Public Shared Function Parse (source As String) As Int32Rect

Parameters

source
String

A string representation of an Int32Rect.

Returns

The equivalent Int32Rect structure.

Applies to