Size.Parse(String) 方法

定义

返回已转换SizeString实例。

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

适用于