PropertyValue.CreatePointArray Method

Creates a property value from an array of point structures.

Syntax

public:
static Object^ CreatePointArray(
         Array<Point>^ value
)  

Parameters

value
Type: Point 

The array to store in the property value.

Return value

Type: Object 

  The property value.

Remarks

Requirements

Namespace: Windows.Foundation

Metadata: windows.winmd

See also

Reference

PropertyValue Class

PropertyValue Members

Windows.Foundation Namespace