http://www.emgu.com
The TileTiffWriter<(Of <(<'TColor, TDepth>)>)> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | TileTiffWriter<(Of <(<'TColor, TDepth>)>)> |
Create a TitleTiffWriter.
|
Methods
Name | Description | |
---|---|---|
![]() | Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject |
Release the writer and write all data on to disk.
(Inherited from TiffWriter<(Of <(<'TColor, TDepth>)>)>.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(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.) |
![]() | ReleaseManagedResources |
Release the managed resources. This function will be called during the disposal of the current object.
override ride this function if you need to call the Dispose() function on any managed IDisposable object created by the current object
(Inherited from DisposableObject.) |
![]() | ToString | (Inherited from Object.) |
![]() | WriteGeoTag |
Write the geo information into the tiff file
(Inherited from TiffWriter<(Of <(<'TColor, TDepth>)>)>.) |
![]() | WriteImage |
Write the whole image as tile tiff
(Overrides TiffWriter<(Of <(<'TColor, TDepth>)>)>..::..WriteImage(Image<(Of <<'(TColor, TDepth>)>>)).) |
![]() | WriteTile |
Write a tile into the tile tiff
|
Fields
Name | Description | |
---|---|---|
![]() | _ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
Properties
Name | Description | |
---|---|---|
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
![]() | TileRowSizeInBytes |
Get the number of bytes of a row of data in a tile.
|
![]() | TileSize |
Get tile size in pixels.
|
![]() | TileSizeInBytes |
Get the equivalent size for a tile of data as it would be returned in a call to TIFFReadTile or as it would be expected in a call to TIFFWriteTile.
|