[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.GeometryGroup

GeometryGroup Class

ID2D1GeometryGroup

Implements
Namespace: C1.Util.DX.Direct2D
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("2cd906a6-12e2-11dc-9fed-001143a055f9")]
public class GeometryGroup : Geometry, IDisposable, IUnknown

Constructors

Name Description
GeometryGroup(IntPtr)

Initializes a new instance of the GeometryGroup class.

Methods

Name Description
Create(Factory, FillMode, Geometry[])

Creates an GeometryGroup, which is an object that holds other geometries.

GetFillMode()

D2D1_FILL_MODE ID2D1GeometryGroup::GetFillMode()

GetSourceGeometries(Geometry[], int)

void ID2D1GeometryGroup::GetSourceGeometries([Out, Buffer] ID2D1Geometry** geometries,[In] unsigned int geometriesCount)

GetSourceGeometry()

Retrieves the geometries in the geometry group.

GetSourceGeometry(int)

Retrieves the geometries in the geometry group.

GetSourceGeometryCount()

unsigned int ID2D1GeometryGroup::GetSourceGeometryCount()

Operators

Name Description
explicit operator GeometryGroup(IntPtr)

Performs an explicit conversion from IntPtr to GeometryGroup.