C# 클래스 AForge.Imaging.Formats.FITSImageInfo

Information about FITS image's frame.
상속: ImageInfo
파일 보기 프로젝트 열기: holisticware-admin/MonoVersal.AForgeNET 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

Clone() 공개 메소드

Creates a new object that is a copy of the current instance.
public Clone ( ) : object
리턴 object

FITSImageInfo() 공개 메소드

Initializes a new instance of the FITSImageInfo class.
public FITSImageInfo ( ) : System
리턴 System

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