C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Direct2D Namespace / GeometryGroup Class / GetSourceGeometry Method / GetSourceGeometry() Method

In This Topic
GetSourceGeometry() Method
In This Topic
Retrieves the geometries in the geometry group.
Syntax
'Declaration
 
Public Overloads Function GetSourceGeometry() As Geometry()
 

Return Value

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.
See Also