|
|
@ -24,11 +24,11 @@ namespace ImageSharp |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Initializes a new instance of the <see cref="ImageFrame{TColor, TPacked}"/> class.
|
|
|
/// Initializes a new instance of the <see cref="ImageFrame{TColor, TPacked}"/> class.
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
/// <param name="frame">
|
|
|
/// <param name="image">
|
|
|
/// The frame to create the frame from.
|
|
|
/// The image to create the frame from.
|
|
|
/// </param>
|
|
|
/// </param>
|
|
|
public ImageFrame(ImageFrame<TColor, TPacked> frame) |
|
|
public ImageFrame(ImageBase<TColor, TPacked> image) |
|
|
: base(frame) |
|
|
: base(image) |
|
|
{ |
|
|
{ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|