Share via


PropertyValue.CreatePoint(Point) Method

Definition

Creates a property value from a point structure.

public:
 static Platform::Object ^ CreatePoint(Point value);
 static IInspectable CreatePoint(Point const& value);
public static object CreatePoint(Point value);
function createPoint(value)
Public Shared Function CreatePoint (value As Point) As Object

Parameters

value
Point

The structure to store in the property value.

Returns

Object

Platform::Object

IInspectable

The property value.

Applies to