PropertyValue.CreateRect(Rect) 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 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
The property value.