Skip to content

Latest commit

 

History

History
76 lines (60 loc) · 3.22 KB

nf-d2d1-id2d1geometrygroup-getsourcegeometries.md

File metadata and controls

76 lines (60 loc) · 3.22 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:d2d1.ID2D1GeometryGroup.GetSourceGeometries
ID2D1GeometryGroup::GetSourceGeometries (d2d1.h)
Retrieves the geometries in the geometry group.
GetSourceGeometries
GetSourceGeometries method [Direct2D]
GetSourceGeometries method [Direct2D]
ID2D1GeometryGroup interface
ID2D1GeometryGroup interface [Direct2D]
GetSourceGeometries method
ID2D1GeometryGroup.GetSourceGeometries
ID2D1GeometryGroup::GetSourceGeometries
d2d1/ID2D1GeometryGroup::GetSourceGeometries
direct2d.ID2D1GeometryGroup_GetSourceGeometries
direct2d\ID2D1GeometryGroup_GetSourceGeometries.htm
Direct2D
11c375a1-aea0-44bf-abcb-ee071140525a
12/05/2018
GetSourceGeometries, GetSourceGeometries method [Direct2D], GetSourceGeometries method [Direct2D],ID2D1GeometryGroup interface, ID2D1GeometryGroup interface [Direct2D],GetSourceGeometries method, ID2D1GeometryGroup.GetSourceGeometries, ID2D1GeometryGroup::GetSourceGeometries, d2d1/ID2D1GeometryGroup::GetSourceGeometries, direct2d.ID2D1GeometryGroup_GetSourceGeometries
d2d1.h
Windows
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps \| UWP apps]
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps \| UWP apps]
D2d1.lib
D2d1.dll
Windows
19H1
ID2D1GeometryGroup::GetSourceGeometries
d2d1/ID2D1GeometryGroup::GetSourceGeometries
c++
APIRef
kbSyntax
COM
D2d1.dll
ID2D1GeometryGroup.GetSourceGeometries

ID2D1GeometryGroup::GetSourceGeometries

-description

Retrieves the geometries in the geometry group.

-parameters

-param geometries [out]

Type: const ID2D1Geometry**

When this method returns, contains the address of a pointer to an array of geometries to be filled by this method. The length of the array is specified by the geometryCount parameter. If the array is NULL, then this method performs no operation. You must allocate the memory for this array.

-param geometriesCount

Type: UINT

A value indicating the number of geometries to return in the geometries array. If this value is less than the number of geometries in the geometry group, the remaining geometries are omitted. If this value is larger than the number of geometries in the geometry group, the extra geometries are set to NULL. To obtain the number of geometries currently in the geometry group, use the GetSourceGeometryCount method.

-remarks

The returned geometries are referenced and counted, and the caller must release them.

-see-also

ID2D1GeometryGroup