Share via


PropertyValue.CreatePoint(Point) 方法

定義

從點結構建立屬性值。

public:
 static Platform::Object ^ CreatePoint(Point value);
 static IInspectable CreatePoint(Point const& value);
public static object CreatePoint(Point value);
function createPoint(value)
Public Shared Function CreatePoint (value As Point) As Object

參數

value
Point

要儲存在 屬性值中的 結構。

傳回

Object

Platform::Object

IInspectable

屬性值。

適用於