C# 클래스 AdvancedLauncher.Tools.Imaging.TargaExtensionArea

This class holds all of the Extension Area properties of the Targa image. If an Extension Area exists in the file.
파일 보기 프로젝트 열기: GoldRenard/DMOAdvancedLauncher 1 사용 예제들

보호된 메소드들

메소드 설명
SetAttributesType ( int intAttributesType ) : void

Sets the AttributesType property, available only to objects in the same assembly as TargaExtensionArea.

SetAuthorComments ( string strAuthorComments ) : void

Sets the AuthorComments property, available only to objects in the same assembly as TargaExtensionArea.

SetAuthorName ( string strAuthorName ) : void

Sets the AuthorName property, available only to objects in the same assembly as TargaExtensionArea.

SetColorCorrectionOffset ( int intColorCorrectionOffset ) : void

Sets the ColorCorrectionOffset property, available only to objects in the same assembly as TargaExtensionArea.

SetDateTimeStamp ( System.DateTime dtDateTimeStamp ) : void

Sets the DateTimeStamp property, available only to objects in the same assembly as TargaExtensionArea.

SetExtensionSize ( int intExtensionSize ) : void

Sets the ExtensionSize property, available only to objects in the same assembly as TargaExtensionArea.

SetGammaDenominator ( int intGammaDenominator ) : void

Sets the GammaDenominator property, available only to objects in the same assembly as TargaExtensionArea.

SetGammaNumerator ( int intGammaNumerator ) : void

Sets the GammaNumerator property, available only to objects in the same assembly as TargaExtensionArea.

SetJobName ( string strJobName ) : void

Sets the JobName property, available only to objects in the same assembly as TargaExtensionArea.

SetJobTime ( System.TimeSpan dtJobTime ) : void

Sets the JobTime property, available only to objects in the same assembly as TargaExtensionArea.

SetKeyColor ( Color cKeyColor ) : void

Sets the KeyColor property, available only to objects in the same assembly as TargaExtensionArea.

SetPixelAspectRatioDenominator ( int intPixelAspectRatioDenominator ) : void

Sets the PixelAspectRatioDenominator property, available only to objects in the same assembly as TargaExtensionArea.

SetPixelAspectRatioNumerator ( int intPixelAspectRatioNumerator ) : void

Sets the PixelAspectRatioNumerator property, available only to objects in the same assembly as TargaExtensionArea.

SetPostageStampOffset ( int intPostageStampOffset ) : void

Sets the PostageStampOffset property, available only to objects in the same assembly as TargaExtensionArea.

SetScanLineOffset ( int intScanLineOffset ) : void

Sets the ScanLineOffset property, available only to objects in the same assembly as TargaExtensionArea.

SetSoftwareID ( string strSoftwareID ) : void

Sets the SoftwareID property, available only to objects in the same assembly as TargaExtensionArea.

SetSoftwareVersion ( string strSoftwareVersion ) : void

Sets the SoftwareVersion property, available only to objects in the same assembly as TargaExtensionArea.

메소드 상세

SetAttributesType() 보호된 메소드

Sets the AttributesType property, available only to objects in the same assembly as TargaExtensionArea.
protected SetAttributesType ( int intAttributesType ) : void
intAttributesType int The Attributes Type value read from the file.
리턴 void

SetAuthorComments() 보호된 메소드

Sets the AuthorComments property, available only to objects in the same assembly as TargaExtensionArea.
protected SetAuthorComments ( string strAuthorComments ) : void
strAuthorComments string The Author Comments value read from the file.
리턴 void

SetAuthorName() 보호된 메소드

Sets the AuthorName property, available only to objects in the same assembly as TargaExtensionArea.
protected SetAuthorName ( string strAuthorName ) : void
strAuthorName string The Author Name value read from the file.
리턴 void

SetColorCorrectionOffset() 보호된 메소드

Sets the ColorCorrectionOffset property, available only to objects in the same assembly as TargaExtensionArea.
protected SetColorCorrectionOffset ( int intColorCorrectionOffset ) : void
intColorCorrectionOffset int The Color Correction Offset value read from the file.
리턴 void

SetDateTimeStamp() 보호된 메소드

Sets the DateTimeStamp property, available only to objects in the same assembly as TargaExtensionArea.
protected SetDateTimeStamp ( System.DateTime dtDateTimeStamp ) : void
dtDateTimeStamp System.DateTime The Date Time Stamp value read from the file.
리턴 void

SetExtensionSize() 보호된 메소드

Sets the ExtensionSize property, available only to objects in the same assembly as TargaExtensionArea.
protected SetExtensionSize ( int intExtensionSize ) : void
intExtensionSize int The Extension Size value read from the file.
리턴 void

SetGammaDenominator() 보호된 메소드

Sets the GammaDenominator property, available only to objects in the same assembly as TargaExtensionArea.
protected SetGammaDenominator ( int intGammaDenominator ) : void
intGammaDenominator int The Gamma Denominator value read from the file.
리턴 void

SetGammaNumerator() 보호된 메소드

Sets the GammaNumerator property, available only to objects in the same assembly as TargaExtensionArea.
protected SetGammaNumerator ( int intGammaNumerator ) : void
intGammaNumerator int The Gamma Numerator value read from the file.
리턴 void

SetJobName() 보호된 메소드

Sets the JobName property, available only to objects in the same assembly as TargaExtensionArea.
protected SetJobName ( string strJobName ) : void
strJobName string The Job Name value read from the file.
리턴 void

SetJobTime() 보호된 메소드

Sets the JobTime property, available only to objects in the same assembly as TargaExtensionArea.
protected SetJobTime ( System.TimeSpan dtJobTime ) : void
dtJobTime System.TimeSpan The Job Time value read from the file.
리턴 void

SetKeyColor() 보호된 메소드

Sets the KeyColor property, available only to objects in the same assembly as TargaExtensionArea.
protected SetKeyColor ( Color cKeyColor ) : void
cKeyColor Color The Key Color value read from the file.
리턴 void

SetPixelAspectRatioDenominator() 보호된 메소드

Sets the PixelAspectRatioDenominator property, available only to objects in the same assembly as TargaExtensionArea.
protected SetPixelAspectRatioDenominator ( int intPixelAspectRatioDenominator ) : void
intPixelAspectRatioDenominator int The Pixel Aspect Ratio Denominator value read from the file.
리턴 void

SetPixelAspectRatioNumerator() 보호된 메소드

Sets the PixelAspectRatioNumerator property, available only to objects in the same assembly as TargaExtensionArea.
protected SetPixelAspectRatioNumerator ( int intPixelAspectRatioNumerator ) : void
intPixelAspectRatioNumerator int The Pixel Aspect Ratio Numerator value read from the file.
리턴 void

SetPostageStampOffset() 보호된 메소드

Sets the PostageStampOffset property, available only to objects in the same assembly as TargaExtensionArea.
protected SetPostageStampOffset ( int intPostageStampOffset ) : void
intPostageStampOffset int The Postage Stamp Offset value read from the file.
리턴 void

SetScanLineOffset() 보호된 메소드

Sets the ScanLineOffset property, available only to objects in the same assembly as TargaExtensionArea.
protected SetScanLineOffset ( int intScanLineOffset ) : void
intScanLineOffset int The Scan Line Offset value read from the file.
리턴 void

SetSoftwareID() 보호된 메소드

Sets the SoftwareID property, available only to objects in the same assembly as TargaExtensionArea.
protected SetSoftwareID ( string strSoftwareID ) : void
strSoftwareID string The Software ID value read from the file.
리턴 void

SetSoftwareVersion() 보호된 메소드

Sets the SoftwareVersion property, available only to objects in the same assembly as TargaExtensionArea.
protected SetSoftwareVersion ( string strSoftwareVersion ) : void
strSoftwareVersion string The Software Version value read from the file.
리턴 void