IPropertyValue.GetPointArray(Point[]) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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())
參數
適用於