Exemplo n.º 1
0
 public override string misDatosAString()
 {
     return(ID + Utils.c + Tipo + Utils.c + PuntoInicio.ToString() + Utils.c + ColorContorno.ToString() + Utils.c + PuntoFin.ToString() + Utils.c + GrosorContorno);
 }
Exemplo n.º 2
0
 public override string misDatosAString()
 {
     return(ID + Utils.c + Tipo + Utils.c + PuntoInicio.ToString() + Utils.c + ColorContorno.ToString() + Utils.c + Contenido + Utils.c + colorFondo.ToString() + Utils.c + Rotacion + Utils.c + tipoLetra.ToString() + Utils.c + Alto + Utils.c + Ancho + Utils.c + TamañoFuente + Utils.c + EstiloFuente.ToString());
 }
Exemplo n.º 3
0
 public override string misDatosAString()
 {
     return(ID + Utils.c + Tipo + Utils.c + PuntoInicio.ToString() + Utils.c + ColorContorno.ToString() + Utils.c + ColorFondo.ToString() + Utils.c + Rotacion + Utils.c + Alto + Utils.c + Ancho + Utils.c + GrosorContorno);
 }