C# Class AdvancedLauncher.Tools.Imaging.TargaFooter

Holds Footer infomation read from the image file.
Afficher le fichier Open project: GoldRenard/DMOAdvancedLauncher Class Usage Examples

Méthodes publiques

Méthode Description
TargaFooter ( ) : System

Creates a new instance of the TargaFooter class.

Méthodes protégées

Méthode Description
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.

Method Details

SetDeveloperDirectoryOffset() protected méthode

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.
Résultat void

SetExtensionAreaOffset() protected méthode

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.
Résultat void

SetReservedCharacter() protected méthode

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.
Résultat void

SetSignature() protected méthode

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.
Résultat void

TargaFooter() public méthode

Creates a new instance of the TargaFooter class.
public TargaFooter ( ) : System
Résultat System