IPropertyValue.GetRectArray(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.
Returns the array of rectangle structures stored as a property value.
public:
void GetRectArray([Out] Platform::Array <Rect> ^ & value);
void GetRectArray([Out] winrt::array_view <Rect> const& & value);
public void GetRectArray(out Rect[] value);
Public Sub GetRectArray (ByRef value As Rect())
Parameters
- value
- Rect[]
The array of structures.