Table of Contents

Interface IPathGeometry

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Represents a complex shape that may be composed of arcs, curves, and lines.
ID2D1PathGeometry1

public interface IPathGeometry : IGeometry, IDirect2DResource, IObjectRef, IIsDisposed, IDisposable, IFactoryProperty, IInternalImpl
Inherited Members
Extension Methods

Properties

FigureCount

Retrieves the number of figures in the path geometry.

SegmentCount

Retrieves the number of segments in the path geometry.

Methods

ComputePointAndSegmentAtLength(float, int, in Matrix3x2Float?, float?)

Computes the point that exists at a given distance along the path geometry along with the index of the segment the point is on and the directional vector at that point.

Open()

Retrieves the geometry sink that is used to populate the path geometry with figures and segments.

Stream(IGeometrySink)

Copies the contents of the path geometry to the specified IGeometrySink.