Table of Contents

Interface IPathCollection

Namespace
SixLabors.ImageSharp.Drawing
Assembly
SixLabors.ImageSharp.Drawing.dll

Represents a logic path that can be drawn

public interface IPathCollection : IEnumerable<IPath>, IEnumerable
Inherited Members
Extension Methods

Properties

Bounds

Gets the bounds enclosing the path

RectangleF Bounds { get; }

Property Value

RectangleF

Methods

Transform(Matrix4x4)

Transforms the path using the specified matrix.

IPathCollection Transform(Matrix4x4 matrix)

Parameters

matrix Matrix4x4

The matrix.

Returns

IPathCollection

A new path collection with the matrix applied to it.