Class D2D1GeometryGroup
Represents a composite geometry, composed of other D2D1Geometry objects.
Inherited Members
Namespace: JeremyAnsel.DirectX.D2D1
Assembly: JeremyAnsel.DirectX.D2D1.dll
Syntax
public sealed class D2D1GeometryGroup : D2D1Geometry, IDisposable, ID2D1Releasable
Properties
| Edit this page View SourceFillMode
Gets a value indicating how the intersecting areas of the geometries contained in this geometry group are combined.
Declaration
public D2D1FillMode FillMode { get; }
Property Value
Type | Description |
---|---|
D2D1FillMode |
Handle
Gets an handle representing the D2D1 object interface.
Declaration
public override object Handle { get; }
Property Value
Type | Description |
---|---|
object |
Overrides
Methods
| Edit this page View SourceGetSourceGeometries()
Retrieves the geometries in the geometry group.
Declaration
public D2D1Geometry[] GetSourceGeometries()
Returns
Type | Description |
---|---|
D2D1Geometry[] | An array of geometries to be filled by this method. |
GetSourceGeometryCount()
Gets the number of geometry objects in the geometry group.
Declaration
public uint GetSourceGeometryCount()
Returns
Type | Description |
---|---|
uint | The number of geometries in the geometry group. |