ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 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()
    public Geometry[] GetSourceGeometry()

    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