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 的一个实例。

适用于