Cloudinary.Transformation.Transformation C# (CSharp) Méthode

Transformation() public méthode

public Transformation ( int width, int height ) : System
width int
height int
Résultat System
        public Transformation(int width, int height)
        {
            Width = width;
            Height = height;
            Crop = null;
        }