Dimensiones de imagen

16/07/2004 - 18:30 por jaimito | Informe spam
Os molesto...

Teniendo un archivo de imagen en disco, ¿cómo puedo saber
sus dimensiones?

Gracias...
 

Leer las respuestas

#1 Alejandro Perez
16/07/2004 - 21:23 | Informe spam
Como estas Jaimito?

System.IO.FileInfo objFile;
objFile = new System.IO.FileInfo("C:\\Test\\Test.gif");
long tamano = objFile.Length;

Expresado en bytes.

See ya!
Alejandro Perez
MCSD/MCDBA/MCT
Caracas - Venezuela


Os molesto...

Teniendo un archivo de imagen en disco, ¿cómo puedo


saber
sus dimensiones?

Gracias...
.

Preguntas similares