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

Holds Footer infomation read from the image file.
파일 보기 프로젝트 열기: GoldRenard/DMOAdvancedLauncher 1 사용 예제들

공개 메소드들

메소드 설명
TargaFooter ( ) : System

Creates a new instance of the TargaFooter class.

보호된 메소드들

메소드 설명
SetDeveloperDirectoryOffset ( int intDeveloperDirectoryOffset ) : void

Sets the DeveloperDirectoryOffset property, available only to objects in the same assembly as TargaFooter.

SetExtensionAreaOffset ( int intExtensionAreaOffset ) : void

Sets the ExtensionAreaOffset property, available only to objects in the same assembly as TargaFooter.

SetReservedCharacter ( string strReservedCharacter ) : void

Sets the ReservedCharacter property, available only to objects in the same assembly as TargaFooter.

SetSignature ( string strSignature ) : void

Sets the Signature property, available only to objects in the same assembly as TargaFooter.

메소드 상세

SetDeveloperDirectoryOffset() 보호된 메소드

Sets the DeveloperDirectoryOffset property, available only to objects in the same assembly as TargaFooter.
protected SetDeveloperDirectoryOffset ( int intDeveloperDirectoryOffset ) : void
intDeveloperDirectoryOffset int The Developer Directory Offset value read from the file.
리턴 void

SetExtensionAreaOffset() 보호된 메소드

Sets the ExtensionAreaOffset property, available only to objects in the same assembly as TargaFooter.
protected SetExtensionAreaOffset ( int intExtensionAreaOffset ) : void
intExtensionAreaOffset int The Extension Area Offset value read from the file.
리턴 void

SetReservedCharacter() 보호된 메소드

Sets the ReservedCharacter property, available only to objects in the same assembly as TargaFooter.
protected SetReservedCharacter ( string strReservedCharacter ) : void
strReservedCharacter string The ReservedCharacter value read from the file.
리턴 void

SetSignature() 보호된 메소드

Sets the Signature property, available only to objects in the same assembly as TargaFooter.
protected SetSignature ( string strSignature ) : void
strSignature string The Signature value read from the file.
리턴 void

TargaFooter() 공개 메소드

Creates a new instance of the TargaFooter class.
public TargaFooter ( ) : System
리턴 System