Interface IGeometryGroup
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
Represents a composite geometry, composed of other IGeometry objects.
ID2D1GeometryGroup
public interface IGeometryGroup : IGeometry, IDirect2DResource, IObjectRef, IIsDisposed, IDisposable, IFactoryProperty, IInternalImpl
- Inherited Members
- Extension Methods
Properties
- FillMode
Indicates how the intersecting areas of the geometries contained in this geometry group are combined.
- SourceGeometries
Retrieves the geometries in the geometry group.