Condividi tramite


Bitmap.ConvertFormat Metodo

Definizione

Overload

ConvertFormat(PixelFormat)
ConvertFormat(PixelFormat, DitherType, PaletteType, ColorPalette, Single)

ConvertFormat(PixelFormat)

Origine:
Bitmap.cs
Origine:
Bitmap.cs
public:
 void ConvertFormat(System::Drawing::Imaging::PixelFormat format);
public void ConvertFormat (System.Drawing.Imaging.PixelFormat format);
member this.ConvertFormat : System.Drawing.Imaging.PixelFormat -> unit
Public Sub ConvertFormat (format As PixelFormat)

Parametri

format
PixelFormat

Si applica a

ConvertFormat(PixelFormat, DitherType, PaletteType, ColorPalette, Single)

Origine:
Bitmap.cs
Origine:
Bitmap.cs
public void ConvertFormat (System.Drawing.Imaging.PixelFormat format, System.Drawing.Imaging.DitherType ditherType, System.Drawing.Imaging.PaletteType paletteType = System.Drawing.Imaging.PaletteType.Custom, System.Drawing.Imaging.ColorPalette? palette = default, float alphaThresholdPercent = 0);
member this.ConvertFormat : System.Drawing.Imaging.PixelFormat * System.Drawing.Imaging.DitherType * System.Drawing.Imaging.PaletteType * System.Drawing.Imaging.ColorPalette * single -> unit
Public Sub ConvertFormat (format As PixelFormat, ditherType As DitherType, Optional paletteType As PaletteType = System.Drawing.Imaging.PaletteType.Custom, Optional palette As ColorPalette = Nothing, Optional alphaThresholdPercent As Single = 0)

Parametri

format
PixelFormat
ditherType
DitherType
paletteType
PaletteType
palette
ColorPalette
alphaThresholdPercent
Single

Si applica a