|
|
@ -10,7 +10,7 @@ namespace ImageSharp |
|
|
/// <content>
|
|
|
/// <content>
|
|
|
/// Adds static methods allowing the creation of new images from given dimensions.
|
|
|
/// Adds static methods allowing the creation of new images from given dimensions.
|
|
|
/// </content>
|
|
|
/// </content>
|
|
|
public sealed partial class Image |
|
|
public static partial class Image |
|
|
{ |
|
|
{ |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Create a new instance of the <see cref="Image{TPixel}"/> class with the given height and the width.
|
|
|
/// Create a new instance of the <see cref="Image{TPixel}"/> class with the given height and the width.
|
|
|
|