PropertyValue.CreateRect(Rect) Method

Definition

Creates a property value from a rectangle structure.

public:
 static Platform::Object ^ CreateRect(Rect value);
 static IInspectable CreateRect(Rect const& value);
public static object CreateRect(Rect value);
function createRect(value)
Public Shared Function CreateRect (value As Rect) As Object

Parameters

value
Rect

The structure to store in the property value.

Returns

Object

Platform::Object

IInspectable

The property value.

Applies to