IPropertyValue.GetPointArray(Point[]) Méthode

Définition

Retourne le tableau de structures de points stockées en tant que valeur de propriété.

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())

Paramètres

value
Point[]

Tableau de structures.

S’applique à