ImageMagick.EightBimProfile.EightBimProfile C# (CSharp) Méthode

EightBimProfile() private méthode

private EightBimProfile ( MagickImage image, byte data ) : System
image MagickImage
data byte
Résultat System
    internal EightBimProfile(MagickImage image, byte[] data)
      : base("8bim", data)
    {
      _Width = image.Width;
      _Height = image.Height;
    }

Same methods

EightBimProfile::EightBimProfile ( Stream stream ) : System
EightBimProfile::EightBimProfile ( byte data ) : System
EightBimProfile::EightBimProfile ( string fileName ) : System