PropertyValue.CreatePointArray(Point[]) 方法

定义

从点结构数组创建属性值。

public:
 static Platform::Object ^ CreatePointArray(Platform::Array <Point> ^ value);
 static IInspectable CreatePointArray(winrt::array_view <Point> const& value);
public static object CreatePointArray(Point[] value);
function createPointArray(value)
Public Shared Function CreatePointArray (value As Point()) As Object

参数

value
Point[]

要存储在属性值中的数组。

返回

Object

Platform::Object

IInspectable

属性值。

适用于