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

GetSize() protected méthode

protected GetSize ( ) : string
Résultat string
        protected virtual string GetSize()
        {
            return string.Format("w_{0},h_{1}", Width, Height);
        }