BigTiffImage.BigTiffImage
BigTiffImage(TiffFrame)
Create a new instance of the BigTiffImage
class by initializing it with a TiffFrame parameter. Ideal for developers seeking a convenient way to work with BigTiffImage objects, ensuring flexibility and ease of integration into their projects.
public BigTiffImage(TiffFrame frame)
Parameter | Type | Description |
---|
frame | TiffFrame | The tiff frame to initialize image with. |
Exceptions
exception | condition |
---|
ArgumentNullException | |
See Also
BigTiffImage(TiffFrame[])
Begin utilizing the BigTiffImage
class seamlessly by initializing a new instance with a list of TiffFrames parameter. Perfect for developers seeking a straightforward method to work with BigTiffImage objects containing multiple frames, ensuring efficiency of their projects.
public BigTiffImage(TiffFrame[] frames)
Parameter | Type | Description |
---|
frames | TiffFrame[] | The frames. |
Exceptions
exception | condition |
---|
ArgumentNullException | frames |
See Also