14 changed files with 27 additions and 69 deletions
@ -1,12 +0,0 @@ |
|||
// Copyright (c) The Avalonia Project. All rights reserved.
|
|||
// Licensed under the MIT license. See licence.md file in the project root for full license information.
|
|||
|
|||
namespace Avalonia.Platform |
|||
{ |
|||
/// <summary>
|
|||
/// Defines the platform-specific interface for a <see cref="Avalonia.Media.EllipseGeometry"/>.
|
|||
/// </summary>
|
|||
public interface IEllipseGeometryImpl : IGeometryImpl |
|||
{ |
|||
} |
|||
} |
|||
@ -1,12 +0,0 @@ |
|||
// Copyright (c) The Avalonia Project. All rights reserved.
|
|||
// Licensed under the MIT license. See licence.md file in the project root for full license information.
|
|||
|
|||
namespace Avalonia.Platform |
|||
{ |
|||
/// <summary>
|
|||
/// Defines the platform-specific interface for a <see cref="Avalonia.Media.LineGeometry"/>.
|
|||
/// </summary>
|
|||
public interface ILineGeometryImpl : IGeometryImpl |
|||
{ |
|||
} |
|||
} |
|||
@ -1,12 +0,0 @@ |
|||
// Copyright (c) The Avalonia Project. All rights reserved.
|
|||
// Licensed under the MIT license. See licence.md file in the project root for full license information.
|
|||
|
|||
namespace Avalonia.Platform |
|||
{ |
|||
/// <summary>
|
|||
/// Defines the platform-specific interface for a <see cref="Avalonia.Media.RectangleGeometry"/>.
|
|||
/// </summary>
|
|||
public interface IRectangleGeometryImpl : IGeometryImpl |
|||
{ |
|||
} |
|||
} |
|||
Loading…
Reference in new issue