Image

Image class

public abstract class Image : IDisposable

构造函数

姓名 描述
Image() 默认构造函数。

特性

姓名 描述
Flags { get; }
abstract FrameDimensionsList { get; }
abstract Height { get; }
HorizontalResolution { get; }
abstract Palette { get; set; }
PhysicalDimension { get; }
abstract PixelFormat { get; }
abstract PropertyIdList { get; }
abstract PropertyItems { get; }
abstract RawFormat { get; }
Size { get; }
Tag { get; set; }
VerticalResolution { get; }
abstract Width { get; }

方法

姓名 描述
static FromFile(string)
static FromStream(Stream)
static FromStream(Stream, bool)
Clone()
virtual Dispose()
GetBounds(ref GraphicsUnit)
GetFrameCount(FrameDimension)
abstract GetPropertyItem(int)
GetThumbnailImage(int, int, GetThumbnailImageAbort, IntPtr)
abstract RemovePropertyItem(int)
abstract RotateFlip(RotateFlipType)
Save(string)
Save(Stream, ImageFormat)
Save(string, ImageFormat)
Save(Stream, ImageCodecInfo, EncoderParameters)
Save(string, ImageCodecInfo, EncoderParameters)
SaveAdd(EncoderParameters)
SaveAdd(Image, EncoderParameters)
SelectActiveFrame(FrameDimension, int)
abstract SetPropertyItem(PropertyItem)
static FromHbitmap(IntPtr)
static GetPixelFormatSize(PixelFormat)
static IsAlphaPixelFormat(PixelFormat)

其他成员

姓名 描述
delegate GetThumbnailImageAbort

也可以看看