Bitmap Properties
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| Flags | Gets attribute flags for the pixel data of this Image. (inherited from Image) |
| FrameDimensionsList | Gets an array of GUIDs that represent the dimensions of frames within this Image. (inherited from Image) |
| Height | Gets the height, in pixels, of this Image. (inherited from Image) |
| HorizontalResolution | Gets the horizontal resolution, in pixels per inch, of this Image. (inherited from Image) |
| Palette | Gets or sets the color palette used for this Image. (inherited from Image) |
| PhysicalDimension | Gets the width and height of this image. (inherited from Image) |
| PixelFormat | Gets the pixel format for this Image. (inherited from Image) |
| PropertyIdList | Gets IDs of the property items stored in this Image. (inherited from Image) |
| PropertyItems | Gets all the property items (pieces of metadata) stored in this Image. (inherited from Image) |
| RawFormat | Gets the file format of this Image. (inherited from Image) |
| Size | Gets the width and height, in pixels, of this image. (inherited from Image) |
| Tag | Gets or sets an object that provides additional data about the image. (inherited from Image) |
| VerticalResolution | Gets the vertical resolution, in pixels per inch, of this Image. (inherited from Image) |
| Width | Gets the width, in pixels, of this Image. (inherited from Image) |
Community Additions
ADD
Show: