C# Класс AdvancedLauncher.Tools.Imaging.TargaFooter

Holds Footer infomation read from the image file.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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