Table of Contents

Method CreateGeometryGroup

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

CreateGeometryGroup(FillMode, ReadOnlySpan<IGeometry>)

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

IGeometryGroup CreateGeometryGroup(FillMode fillMode, ReadOnlySpan<IGeometry> geometries)

Parameters

fillMode FillMode
geometries ReadOnlySpan<IGeometry>

Returns

IGeometryGroup