Exemplo n.º 1
0
 public GifFormat(SharpFormat sharpFormat)
     : base(sharpFormat)
 {
 }
Exemplo n.º 2
0
 public SharpImageFormat(SharpFormat sharpFormat)
 {
     Guard.NotNull(sharpFormat, nameof(sharpFormat));
     _sharpFormat = sharpFormat;
 }
Exemplo n.º 3
0
 public JpegFormat(SharpFormat sharpFormat)
     : base(sharpFormat)
 {
 }
Exemplo n.º 4
0
 public PngFormat(SharpFormat sharpFormat)
     : base(sharpFormat)
 {
 }