Interface IPathCollection
Represents a logic path that can be drawn
Inherited Members
Namespace: SixLabors.ImageSharp.Drawing
Assembly: SixLabors.ImageSharp.Drawing.dll
Syntax
public interface IPathCollection : IEnumerable<IPath>, IEnumerableProperties
| Edit this page View SourceBounds
Gets the bounds enclosing the path
Declaration
RectangleF Bounds { get; }Property Value
| Type | Description | 
|---|---|
| RectangleF | 
Methods
| Edit this page View SourceTransform(Matrix3x2)
Transforms the path using the specified matrix.
Declaration
IPathCollection Transform(Matrix3x2 matrix)Parameters
| Type | Name | Description | 
|---|---|---|
| Matrix3x2 | matrix | The matrix. | 
Returns
| Type | Description | 
|---|---|
| IPathCollection | A new path with the matrix applied to it. |