Int32Rect.Parse(String) Метод

Определение

Создает структуру Int32Rect из заданного представления String.

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

Параметры

source
String

Строковое представление Int32Rect.

Возвращаемое значение

Int32Rect

Эквивалентная структура Int32Rect.

Применяется к