Utilizzo di immagini, bitmap, icone e metafileWorking with Images, Bitmaps, Icons, and Metafiles
GDI+ fornisce la Bitmap
classe per l'utilizzo di immagini raster e della Metafile
classe per l'utilizzo di immagini vettoriali.GDI+ provides the Bitmap
class for working with raster images and the Metafile
class for working with vector images. Le classi Bitmap
e Metafile
ereditano entrambe dalla classe Image
.The Bitmap
and the Metafile
classes both inherit from the Image
class.
Contenuto della sezioneIn This Section
Procedura: Disegnare una bitmap esistente sullo schermoHow to: Draw an Existing Bitmap to the Screen
Descrive come caricare e disegnare bitmap.Describes how to load and draw bitmaps.
Procedura: Caricare e visualizzare metafileHow to: Load and Display Metafiles
Mostra come caricare e disegnare metafile.Shows how to load and draw metafiles.
Ritaglio e ridimensionamento di immagini in GDI+Cropping and Scaling Images in GDI+
Illustra come ritagliare e ridimensionare immagini raster e vettoriali.Explains how to crop and scale vector and raster images.
Procedura: Ruotare, capovolgere e inclinare immaginiHow to: Rotate, Reflect, and Skew Images
Descrive come disegnare immagini ruotate, riflesse e inclinate.Describes how to draw rotated, reflected and skewed images.
Procedura: utilizzare la modalità di interpolazione per controllare la qualità dell'immagine durante la scalabilitàHow to: Use Interpolation Mode to Control Image Quality During Scaling
Mostra come usare l'enumerazione InterpolationMode per modificare la qualità dell'immagine.Shows how to use the InterpolationMode enumeration to change image quality.
Procedura: Creare miniatureHow to: Create Thumbnail Images
Descrive come creare miniature.Describes how to create thumbnail images.
Procedura: Migliorare le prestazioni evitando il ridimensionamento automaticoHow to: Improve Performance by Avoiding Automatic Scaling
Illustra come disegnare un'immagine senza ridimensionamento automatico.Explains how to draw an image without automatic scaling.
Procedura: Leggere i metadati delle immaginiHow to: Read Image Metadata
Descrive come leggere i metadati da un'immagine.Describes how to read metadata from an image.
Procedura: Creare una bitmap in fase di esecuzioneHow to: Create a Bitmap at Run Time
Mostra come disegnare una bitmap in fase di esecuzione.Shows how to draw a bitmap at runtime.
Procedura: Estrarre l'icona associata a un file in Windows FormHow to: Extract the Icon Associated with a File in Windows Forms
Descrive come estrarre un'icona che è una risorsa incorporata di un file.Describes how to extract an icon that is an embedded resource of a file.
Informazioni di riferimentoReference
Image
Descrive la classe e include collegamenti a tutti i relativi membri.Describes this class and has links to all of its members.
Metafile
Descrive la classe e include collegamenti a tutti i relativi membri.Describes this class and has links to all of its members.
Bitmap
Descrive la classe e include collegamenti a tutti i relativi membri.Describes this class and has links to all of its members.
Sezioni correlateRelated Sections
Immagini, bitmap e metafileImages, Bitmaps, and Metafiles
Contiene collegamenti ad argomenti che illustrano diversi tipi di bitmap e come modificarli nelle applicazioni.Contains links to topics that discuss different types of bitmaps and manipulating them in your applications.