[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.GeometryGroup.GetSourceGeometry

GetSourceGeometry Method

GetSourceGeometry()

Retrieves the geometries in the geometry group.

Declaration
public Geometry[] GetSourceGeometry()
Returns
Type Description
Geometry[]

an array of geometries to be filled by this method. The length of the array is specified by the geometryCount parameter.

Remarks

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

GetSourceGeometry(int)

Retrieves the geometries in the geometry group.

Declaration
public Geometry[] GetSourceGeometry(int geometriesCount)
Parameters
Type Name Description
int geometriesCount

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.

Returns
Type Description
Geometry[]

an array of geometries to be filled by this method. The length of the array is specified by the geometryCount parameter.

Remarks

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