Bitmap |
public class BitmapImportOptions : IImmutable, IEquatable<BitmapImportOptions>
The BitmapImportOptions type exposes the following members.
Name | Description | |
---|---|---|
BitmapImportOptions | Initializes a new instance of the BitmapImportOptions class |
Name | Description | |
---|---|---|
ColorChannel | Gets a value indicating which part of the color of each pixel to use for the value that imported. | |
ImportTransposed | Gets a value indicating whether to transpose the table. Untransposed, the x-values are written into the rows of the table, which will result in a plot similar to the image, but the order of the pixels in the table is somewhat counterintuitive. Transposed, the x-values of the image are written into the columns of the table, so that the order of pixels in the table and the image is similar, but then if you plot that as a density image, the resulting density image has x and y exchanged. | |
IncludeDimensionColumns | Gets a value indicating whether to include the dimensions ("DimensionX" and "DimensionY") | |
IncludeFilePathAsProperty | If true, the file name of the imported file is included as a column property. | |
IncludePixelNumberColumns | Gets a value indicating whether to include the dimensions ("DimensionX" and "DimensionY") | |
NeutralColumnName | Gets the neutral column name (base). The name is at request extended, e.g. by a number at the end. |
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |