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
Methods
Transform(Matrix4x4)
Transforms the path using the specified matrix.
IPathCollection Transform(Matrix4x4 matrix)
Parameters
matrixMatrix4x4The matrix.
Returns
- IPathCollection
A new path collection with the matrix applied to it.