PropertyValue.CreatePoint(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 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
The property value.