Size.Parse(String) 方法

定義

從轉換的 Size 傳回 String 的執行個體。

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

參數

source
String

要剖析為 String 值的 Size 值。

傳回

Size 的執行個體。

適用於