Struct ClippablePath
Represents a shape and its type for when clipping is applies.
Inherited Members
Namespace: SixLabors.ImageSharp.Drawing.PolygonClipper
Assembly: SixLabors.ImageSharp.Drawing.dll
Syntax
public readonly struct ClippablePath
Constructors
| Improve this Doc View SourceClippablePath(IPath, ClippingType)
Initializes a new instance of the ClippablePath struct.
Declaration
public ClippablePath(IPath path, ClippingType type)
Parameters
Type | Name | Description |
---|---|---|
IPath | path | The path. |
ClippingType | type | The type. |
Properties
| Improve this Doc View SourcePath
Gets the path.
Declaration
public readonly IPath Path { get; }
Property Value
Type | Description |
---|---|
IPath |
Type
Gets the type.
Declaration
public readonly ClippingType Type { get; }
Property Value
Type | Description |
---|---|
ClippingType | The type. |