PropertyValue.CreatePointArray(Point[]) 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 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
The property value.