Freigeben über


ID2D1SvgDocument::CreatePointCollection-Methode (d2d1svg.h)

Erstellt ein Punktobjekt, das zum Festlegen eines Punktattributes für ein Polygon- oder Polylineelement verwendet werden kann.

Syntax

HRESULT CreatePointCollection(
  [in, optional] const D2D1_POINT_2F     *points,
                 UINT32                  pointsCount,
  [out]          ID2D1SvgPointCollection **pointCollection
);

Parameter

[in, optional] points

Typ: const D2D1_POINT_2F*

Die Punkte in der Punktauflistung.

pointsCount

Typ: UINT32

Die Anzahl der Punkte im Argument points.

[out] pointCollection

Typ: ID2D1SvgPointCollection**

Das erstellte ID2D1SvgPointCollection-Objekt .

Rückgabewert

Typ: HRESULT

Diese Methode gibt einen HRESULT-Erfolgs- oder Fehlercode zurück.

Anforderungen

Anforderung Wert
Zielplattform Windows
Kopfzeile d2d1svg.h
DLL Direct2d.dll

Weitere Informationen

ID2D1SvgDocument