PropertyValue.CreatePointArray(Point[]) Method

Definition

Creates a property value from an array of point structures.

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

Parameters

value
Point[]

The array to store in the property value.

Returns

Object

Platform::Object

IInspectable

The property value.

Applies to