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

属性值。

适用于