[]
ID2D1GeometryGroup
[Guid("2cd906a6-12e2-11dc-9fed-001143a055f9")]
public class GeometryGroup : Geometry, IDisposable, IUnknown
Name | Description |
---|---|
GeometryGroup(IntPtr) | Initializes a new instance of the GeometryGroup class. |
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() |
Name | Description |
---|---|
explicit operator GeometryGroup(IntPtr) | Performs an explicit conversion from IntPtr to GeometryGroup. |