Method | Description | |
---|---|---|
TargaFooter ( ) : System |
Creates a new instance of the TargaFooter class.
|
Method | 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.
|
protected SetDeveloperDirectoryOffset ( int intDeveloperDirectoryOffset ) : void | ||
intDeveloperDirectoryOffset | int | The Developer Directory Offset value read from the file. |
return | void |
protected SetExtensionAreaOffset ( int intExtensionAreaOffset ) : void | ||
intExtensionAreaOffset | int | The Extension Area Offset value read from the file. |
return | void |
protected SetReservedCharacter ( string strReservedCharacter ) : void | ||
strReservedCharacter | string | The ReservedCharacter value read from the file. |
return | void |
protected SetSignature ( string strSignature ) : void | ||
strSignature | string | The Signature value read from the file. |
return | void |