Int32Rect.Parse(String) Yöntem

Tanım

Belirtilen String gösterimden bir Int32Rect yapı oluşturur.

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

Parametreler

source
String

bir öğesinin Int32Rectdize gösterimi.

Döndürülenler

Int32Rect

Int32Rect Eşdeğer yapı.

Şunlara uygulanır