LayoutFarm.RenderElement.dbug_GetBoundInfo C# (CSharp) Méthode

dbug_GetBoundInfo() public méthode

public dbug_GetBoundInfo ( ) : string
Résultat string
        public string dbug_GetBoundInfo()
        {
            Rectangle r = this.RectBounds;
            string output = "{" + r.X + "," + r.Y + "," + r.Width + "," + r.Height +
                ";dw=" + this.Width +
                ";dh=" + this.Height;
            return output;
        }
        public string dbug_GetLayoutInfo()