PropertyValue.CreateRectArray(Rect[]) Method

Definition

Creates a property value from an array of rectangle structures.

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

Parameters

value
Rect[]

The array to store in the property value.

Returns

Object

Platform::Object

IInspectable

The property value.

Applies to