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

EightBimProfile() public méthode

Initializes a new instance of the EightBimProfile class.
public EightBimProfile ( string fileName ) : System
fileName string The fully qualified name of the 8bim profile file, or the relative /// 8bim profile file name.
Résultat System
    public EightBimProfile(string fileName)
      : base("8bim", fileName)
    {
    }

Same methods

EightBimProfile::EightBimProfile ( MagickImage image, byte data ) : System
EightBimProfile::EightBimProfile ( Stream stream ) : System
EightBimProfile::EightBimProfile ( byte data ) : System