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