public static TDScale9 CreateScale9(String path) { TDScale9 scale9 = new TDScale9(); scale9.ImagePath = path; return(scale9); }