C# Class AForge.Imaging.Formats.FITSImageInfo

Information about FITS image's frame.
Inheritance: ImageInfo
Afficher le fichier Open project: holisticware-admin/MonoVersal.AForgeNET Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Clone ( ) : object

Creates a new object that is a copy of the current instance.

FITSImageInfo ( ) : System

Initializes a new instance of the FITSImageInfo class.

FITSImageInfo ( int width, int height, int bitsPerPixel, int frameIndex, int totalFrames ) : System

Initializes a new instance of the FITSImageInfo class.

Method Details

Clone() public méthode

Creates a new object that is a copy of the current instance.
public Clone ( ) : object
Résultat object

FITSImageInfo() public méthode

Initializes a new instance of the FITSImageInfo class.
public FITSImageInfo ( ) : System
Résultat System

FITSImageInfo() public méthode

Initializes a new instance of the FITSImageInfo class.
public FITSImageInfo ( int width, int height, int bitsPerPixel, int frameIndex, int totalFrames ) : System
width int Image's width.
height int Image's height.
bitsPerPixel int Number of bits per image's pixel.
frameIndex int Frame's index.
totalFrames int Total frames in the image.
Résultat System