名前 | 解説 | |
---|---|---|
Indexed8bppBitmap コンストラクタ | Initializes a new instance of the Indexed8bppBitmap class. |
Indexed8bppBitmapデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
Indexed8bppBitmap コンストラクタ | Initializes a new instance of the Indexed8bppBitmap class. |
名前 | 解説 | |
---|---|---|
ColorMap | Gets the associated lookup table with 256 Red-Green-Blue[-Alpha] palette entries. | |
DpiX | Gets the horizontal dpi of the bitmap. | |
DpiY | Gets the vertical dpi of the bitmap. | |
ExifProfile | Gets or sets an instance of GrapeCity.Documents.Imaging.Exif.ExifProfile with Exif metadata of the image. | |
IccProfileData | Gets or sets the raw ICC profile data. | |
InnerID | For internal use only. | |
IsDisposed | Gets a value indicating whether the Indexed8bppBitmap has been disposed of. | |
IsLicensed | Gets a value indicating whether the current instance is fully licensed. | |
Item | Gets or sets a lookup table index (from 0 to 255) at the specified coordinates. | |
Opaque | Gets or sets a value indicating whether the alpha channel of the image should be ignored. | |
PixelHeight | Gets the pixel height of the image. | |
PixelWidth | Gets the pixel width of the image. | |
Premultiplied | Gets or sets a value indicating if the color channels for all pixels are premultiplied by the alpha channel. | |
RawData | Gets a pointer to the internal binary data. | |
Rotation | Gets the flip and rotate transformations that must be applied to the image. |
名前 | 解説 | |
---|---|---|
ApplyLicenseKey | Applies a license key to an instance of Indexed8bppBitmap. | |
Clear | オーバーロードされます。 Clears the Indexed8bppBitmap with the specified lookup table index (from 0 to 255). | |
Clip | Creates a new Indexed8bppBitmap with a fragment of the image. | |
Clone | Creates a new Indexed8bppBitmap with a copy of the image. | |
CompactPalette | Compacts the image palette to 8 bits per color channel and returns the palette as an array of 32-bit ARGB values. | |
Dispose | Clean up any resources being used. | |
SetDpi | オーバーロードされます。 Changes the physical resolution of the image. | |
ToGcBitmap | オーバーロードされます。 Creates an instance of the GcBitmap class from the current Indexed8bppBitmap. |