名前 | 解説 | |
---|---|---|
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. | |
GlyphPathCache | For internal use only. | |
Graphics | Gets an instance of the GcBitmapGraphics class.
The Graphics becomes available after executing the CreateGraphics method. | |
HasImage | Gets a value indicating whether the underlying image exists (has been loaded or created). If this property is false, call Load() or CreateImage() to load or create the underlying image. Calling any other method will throw an exception unless this property is true. | |
Height | Gets the height of the image, in DIPs. | |
IccProfileData | Gets or sets the raw ICC profile data. | |
InnerID | For internal use only. | |
IsDisposed | Gets a value indicating whether the GcBitmap has been disposed of. | |
IsLicensed | Gets a value indicating whether the current instance is fully licensed. | |
Item | Gets or sets a pixel color value 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.
Setting this property doesn't perform actual conversion. | |
RawData | Gets a pointer to the internal binary data. | |
Renderer | Gets an instance of the BitmapRenderer class.
The renderer becomes available after executing the EnsureRendererCreated method. | |
Rotation | Gets the flip and rotate transformations that must be applied to the image. | |
StoreInTempFile | Gets or sets a value indicating whether pixel data should be dynamically mapped to a temporary file rather than kept fully in memory.
Setting this property to true frees up memory but slows down operations on pixel data. Do not activate this mode for small images (less than 100 x 100 pixels). The default is false. | |
Width | Gets the width of the image, in DIPs. |