GIRaster
|
The GIRasterImageDesc type exposes the following members.
| Name | Description | |
|---|---|---|
| GIRasterImageDesc(IntPtr, Boolean) | Initializes a new instance of the GIRasterImageDesc class | |
| GIRasterImageDesc(UInt32, UInt32) | Constructor for the GIRasterImageDesc class. Constructs a raster image of the specified width and height in pixels. | |
| GIRasterImageDesc(UInt32, UInt32, Units) | Constructor for the GIRasterImageDesc class. Constructs a raster image of the specified width, height, and units for the raster image. | |
| GIRasterImageDesc(UInt32, UInt32, Units, Double, Double) | Constructor for the GIRasterImageDesc class. Constructs a raster image of the specified width, height, and units for the raster image, and the pixels per unit values for x- and y-directions. |
| Name | Description | |
|---|---|---|
| AutoDelete | (Inherited from DisposableWrapper) |
|
| ColorDepth | (Inherited from GIRasterImage) |
|
| imageSource | Property that represents the source of a raster image. (Inherited from GIRasterImage) |
|
| ImgTransparencyMode | (Inherited from GIRasterImage) |
|
| IsDisposed | (Inherited from DisposableWrapper) |
|
| NumColors | (Inherited from GIRasterImage) |
|
| PaletteDataSize | (Inherited from GIRasterImage) |
|
| PixelHeight | (Inherited from GIRasterImage) |
|
| PixelWidth | (Inherited from GIRasterImage) |
|
| ScanLinesAlignment | (Inherited from GIRasterImage) |
|
| ScanLineSize | (Inherited from GIRasterImage) |
|
| TransparentColor | (Inherited from GIRasterImage) |
|
| UnmanagedObject | (Inherited from DisposableWrapper) |
| Name | Description | |
|---|---|---|
| ChangeImageSource | Sets a new image source and returns a handle to this raster
image. (Inherited from GIRasterImage) |
|
| ChangeTransparencyMode | Sets the transparency mode for 32bpp formats and returns a
handle to this raster image. (Inherited from GIRasterImage) |
|
| Clone | (Inherited from RXObject) |
|
| CompareTo | (Inherited from RXObject) |
|
| Convert(Boolean) | Converts the palette of this image to RGB (if
convertPaletteToRGB is set to true) and returns a handle to the
converted image. (Inherited from GIRasterImage) |
|
| Convert(Boolean, Double) | Converts this raster image according to the specified
parameters and returns a handle to the converted image. (Inherited from GIRasterImage) |
|
| Convert(Boolean, Double, Double) | Converts this raster image according to the specified
parameters and returns a handle to the converted image. (Inherited from GIRasterImage) |
|
| Convert(Boolean, Double, Double, Double) | Converts this raster image according to the specified
parameters and returns a handle to the converted image. (Inherited from GIRasterImage) |
|
| Convert(Boolean, Double, Double, Double, Color) | Converts this raster image according to the specified
parameters and returns a handle to the converted image. (Inherited from GIRasterImage) |
|
| Convert(Boolean, Double, Double, Double, Color, Boolean, Boolean) | Converts this raster image according to the specified
parameters and returns a handle to the converted image. (Inherited from GIRasterImage) |
|
| Convert(Boolean, Double, Double, Double, Color, Boolean, Boolean, Boolean) | Converts this raster image according to the specified
parameters and returns a handle to the converted image. (Inherited from GIRasterImage) |
|
| Convert(Boolean, Double, Double, Double, Color, Boolean, Boolean, Boolean, GIRasterImage) | Converts this raster image according to the specified
parameters and returns a handle to the converted image. (Inherited from GIRasterImage) |
|
| CopyFrom | (Inherited from RXObject) |
|
| CreateObjRef | Creates an object that contains all the relevant information
required to generate a proxy used to communicate with a remote
object. (Inherited from MarshalByRefObject) |
|
| Crop | Crops this raster image using a rectangle and returns a handle
to this raster image. The format of the returned raster image is
identical to the format of the source raster image. (Inherited from GIRasterImage) |
|
| DefaultResolution | (Inherited from GIRasterImage) |
|
| DeleteUnmanagedObject | (Inherited from GIRasterImage) |
|
| Dispose | (Inherited from DisposableWrapper) |
|
| Dispose(Boolean) | (Inherited from DisposableWrapper) |
|
| Equals | (Inherited from DisposableWrapper) |
|
| Finalize | (Inherited from DisposableWrapper) |
|
| getColor | Retrieves the color for the specified index from the palette of
this raster image object. (Inherited from GIRasterImage) |
|
| GetHashCode | (Inherited from DisposableWrapper) |
|
| GetLifetimeService | Retrieves the current lifetime service object that controls the
lifetime policy for this instance. (Inherited from MarshalByRefObject) |
|
| GetRXClass | (Inherited from RXObject) |
|
| GetType | Gets the Type of the current
instance. (Inherited from Object) |
|
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime
policy for this instance. (Inherited from MarshalByRefObject) |
|
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
|
| MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject
object. (Inherited from MarshalByRefObject) |
|
| PaletteData | Retrieves the palette in BMP format of this raster image
object. (Inherited from GIRasterImage) |
|
| pixelFormat | Retrieves the pixel format for this raster image object, unless
there is no palette, in which case it returns the pixel format of
the image itself. (Inherited from GIRasterImage) |
|
| QueryX | (Inherited from RXObject) |
|
| ScanLines | Retrieves the set of scanlines in BMP format from this raster
image object. (Inherited from GIRasterImage) |
|
| ScanLines(Int32, Int32) | Retrieves the specified set of scanlines in BMP format from
this raster image object. (Inherited from GIRasterImage) |
|
| SetColorDepth | Sets the number of bits per pixel used by this raster image for colors. | |
| SetImageSource | Sets an image source. | |
| SetPalette | Sets the palette in BMP format for this raster image. | |
| SetPixelHeight | Sets the image height in pixels for this raster image. | |
| SetPixelWidth | Sets the image width in pixels for this raster image. | |
| SetScanLinesAlignment | Sets the scanline alignment, in bytes, for this raster image. | |
| SetTransparencyMode | Sets an image transparency mode. | |
| SupportedParams | Retrieves the bitflags with which parameters are supported by this interface. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
|
| X | (Inherited from RXObject) |
| © Bricsys NV. All rights reserved. |