mirror of https://github.com/SixLabors/ImageSharp
12 changed files with 14 additions and 23 deletions
@ -1,21 +0,0 @@ |
|||
// Copyright (c) Six Labors and contributors.
|
|||
// Licensed under the Apache License, Version 2.0.
|
|||
|
|||
namespace SixLabors.ImageSharp.Drawing |
|||
{ |
|||
/// <summary>
|
|||
/// Returns details about how far away from the inside of a shape and the color the pixel could be.
|
|||
/// </summary>
|
|||
public struct PointInfo |
|||
{ |
|||
/// <summary>
|
|||
/// The distance along path
|
|||
/// </summary>
|
|||
public float DistanceAlongPath; |
|||
|
|||
/// <summary>
|
|||
/// The distance from path
|
|||
/// </summary>
|
|||
public float DistanceFromPath; |
|||
} |
|||
} |
|||
Loading…
Reference in new issue