Trabajar con imágenes, mapas de bits, iconos y metarchivosWorking with Images, Bitmaps, Icons, and Metafiles
GDI+ proporciona la Bitmap
clase para trabajar con imágenes de trama y la Metafile
clase para trabajar con imágenes vectoriales.GDI+ provides the Bitmap
class for working with raster images and the Metafile
class for working with vector images. Las clases Bitmap
y Metafile
heredan de la clase Image
.The Bitmap
and the Metafile
classes both inherit from the Image
class.
En esta secciónIn This Section
Procedimiento para dibujar un mapa de bits existente en la pantallaHow to: Draw an Existing Bitmap to the Screen
Describe cómo cargar y dibujar mapas de bits.Describes how to load and draw bitmaps.
Procedimiento para cargar y mostrar metarchivosHow to: Load and Display Metafiles
Muestra cómo cargar y dibujar metarchivos.Shows how to load and draw metafiles.
Recortar y ajustar la escala de las imágenes en GDI+Cropping and Scaling Images in GDI+
Explica cómo recortar y escalar imágenes vectoriales y de trama.Explains how to crop and scale vector and raster images.
Procedimiento para girar, reflejar y sesgar imágenesHow to: Rotate, Reflect, and Skew Images
Describe cómo dibujar imágenes giradas, reflejadas y sesgadas.Describes how to draw rotated, reflected and skewed images.
Cómo: usar el modo de interpolación para controlar la calidad de la imagen durante el escaladoHow to: Use Interpolation Mode to Control Image Quality During Scaling
Muestra cómo usar la enumeración InterpolationMode para cambiar la calidad de la imagen.Shows how to use the InterpolationMode enumeration to change image quality.
Procedimiento para crear imágenes en miniaturaHow to: Create Thumbnail Images
Describe cómo crear imágenes en miniatura.Describes how to create thumbnail images.
Procedimiento para mejorar el rendimiento evitando el ajuste de tamaño automáticoHow to: Improve Performance by Avoiding Automatic Scaling
Explica cómo dibujar una imagen sin ajustar la escala automáticamente.Explains how to draw an image without automatic scaling.
Procedimiento para leer metadatos de imagenHow to: Read Image Metadata
Describe cómo leer metadatos de una imagen.Describes how to read metadata from an image.
Procedimiento para crear un mapa de bits en tiempo de ejecuciónHow to: Create a Bitmap at Run Time
Muestra cómo dibujar un mapa de bits en tiempo de ejecución.Shows how to draw a bitmap at runtime.
Procedimiento para extraer el icono asociado a un archivo en formularios Windows FormsHow to: Extract the Icon Associated with a File in Windows Forms
Describe cómo extraer un icono que es un recurso incrustado de un archivo.Describes how to extract an icon that is an embedded resource of a file.
ReferenciaReference
Image
Describe esta clase y contiene vínculos a todos sus miembros.Describes this class and has links to all of its members.
Metafile
Describe esta clase y contiene vínculos a todos sus miembros.Describes this class and has links to all of its members.
Bitmap
Describe esta clase y contiene vínculos a todos sus miembros.Describes this class and has links to all of its members.
Secciones relacionadasRelated Sections
Imágenes, mapas de bits y metaarchivosImages, Bitmaps, and Metafiles
Contiene vínculos a temas que describen distintos tipos de mapas de bits y cómo manipularlos en las aplicaciones.Contains links to topics that discuss different types of bitmaps and manipulating them in your applications.