IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IG.Lib.Ib2 Class Reference
+ Inheritance diagram for IG.Lib.Ib2:
+ Collaboration diagram for IG.Lib.Ib2:

Public Member Functions

override void InitData ()
 
- Public Member Functions inherited from IG.Lib.ImageBuilderBase
 ImageBuilderBase ()
 
 ImageBuilderBase (System.Drawing.Bitmap bitmap)
 
void ClearData ()
 Clears the data that holds image information. More...
 
System.Drawing.Bitmap ToBitmap ()
 Creates and returns a bitmap object from the current image data. More...
 
void FromBitmap (System.Drawing.Bitmap bitmap)
 Copies image data from the specified bitmap. More...
 
void FromBitmap (System.Drawing.Bitmap bitmap, bool extractColorComponents, bool extractGreyLevels)
 Copies image data from the specified bitmap. More...
 
void FromCsv (CsvData csv)
 Copies image data from the specified CsvData. More...
 
void LoadCsv (string filePath)
 Reads image data from the specified file in CSV format. More...
 
void ToCsv (ref CsvData csv)
 Write the current image data to a CSV object. More...
 
string ToCsvString ()
 Returns a CSV string containing current image data written in the CSV (comma separated values) form. More...
 
void SaveCsv (string filePath)
 Saves image data to the specified file in CSV format. More...
 

Additional Inherited Members

- Public Attributes inherited from IG.Lib.ImageBuilderBase
const string ConstImage = "Image"
 
- Protected Attributes inherited from IG.Lib.ImageBuilderBase
int _sizeX = 0
 
int _sizeY = 0
 
double[] _red = null
 
double[] _green = null
 
double[] _blue = null
 
double[] _grey = null
 
double[] _opacity = null
 
IG.Lib.CsvData _csv = null
 

Member Function Documentation

override void IG.Lib.Ib2.InitData ( )
inlinevirtual

The documentation for this class was generated from the following file: