PropertyValue.CreateRectArray(Rect[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The property value.