AForge.Imaging.Formats.FITSImageInfo.FITSImageInfo C# (CSharp) Метод

FITSImageInfo() публичный Метод

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.
Результат System
        public FITSImageInfo( int width, int height, int bitsPerPixel, int frameIndex, int totalFrames ) :
            base( width, height, bitsPerPixel, frameIndex, totalFrames ) { }

Same methods

FITSImageInfo::FITSImageInfo ( ) : System