Method | Description | |
---|---|---|
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 ( System.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.
|
protected SetAttributesType ( int intAttributesType ) : void | ||
intAttributesType | int | The Attributes Type value read from the file. |
return | void |
protected SetAuthorComments ( string strAuthorComments ) : void | ||
strAuthorComments | string | The Author Comments value read from the file. |
return | void |
protected SetAuthorName ( string strAuthorName ) : void | ||
strAuthorName | string | The Author Name value read from the file. |
return | void |
protected SetColorCorrectionOffset ( int intColorCorrectionOffset ) : void | ||
intColorCorrectionOffset | int | The Color Correction Offset value read from the file. |
return | void |
protected SetDateTimeStamp ( System.DateTime dtDateTimeStamp ) : void | ||
dtDateTimeStamp | System.DateTime | The Date Time Stamp value read from the file. |
return | void |
protected SetExtensionSize ( int intExtensionSize ) : void | ||
intExtensionSize | int | The Extension Size value read from the file. |
return | void |
protected SetGammaDenominator ( int intGammaDenominator ) : void | ||
intGammaDenominator | int | The Gamma Denominator value read from the file. |
return | void |
protected SetGammaNumerator ( int intGammaNumerator ) : void | ||
intGammaNumerator | int | The Gamma Numerator value read from the file. |
return | void |
protected SetJobName ( string strJobName ) : void | ||
strJobName | string | The Job Name value read from the file. |
return | void |
protected SetJobTime ( System.TimeSpan dtJobTime ) : void | ||
dtJobTime | System.TimeSpan | The Job Time value read from the file. |
return | void |
protected SetKeyColor ( System.Color cKeyColor ) : void | ||
cKeyColor | System.Color | The Key Color value read from the file. |
return | void |
protected SetPixelAspectRatioDenominator ( int intPixelAspectRatioDenominator ) : void | ||
intPixelAspectRatioDenominator | int | The Pixel Aspect Ratio Denominator value read from the file. |
return | void |
protected SetPixelAspectRatioNumerator ( int intPixelAspectRatioNumerator ) : void | ||
intPixelAspectRatioNumerator | int | The Pixel Aspect Ratio Numerator value read from the file. |
return | void |
protected SetPostageStampOffset ( int intPostageStampOffset ) : void | ||
intPostageStampOffset | int | The Postage Stamp Offset value read from the file. |
return | void |
protected SetScanLineOffset ( int intScanLineOffset ) : void | ||
intScanLineOffset | int | The Scan Line Offset value read from the file. |
return | void |
protected SetSoftwareID ( string strSoftwareID ) : void | ||
strSoftwareID | string | The Software ID value read from the file. |
return | void |
protected SetSoftwareVersion ( string strSoftwareVersion ) : void | ||
strSoftwareVersion | string | The Software Version value read from the file. |
return | void |