|
|
@ -11,7 +11,7 @@ namespace ImageSharp |
|
|
/// An optimized frame for the <see cref="Image"/> class.
|
|
|
/// An optimized frame for the <see cref="Image"/> class.
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
[DebuggerDisplay("ImageFrame: {Width}x{Height}")] |
|
|
[DebuggerDisplay("ImageFrame: {Width}x{Height}")] |
|
|
public class ImageFrame : ImageFrame<Color> |
|
|
public sealed class ImageFrame : ImageFrame<Color> |
|
|
{ |
|
|
{ |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Initializes a new instance of the <see cref="ImageFrame"/> class.
|
|
|
/// Initializes a new instance of the <see cref="ImageFrame"/> class.
|
|
|
|