| ISignDocColorgetComponent Method |
Get one color component (channel).
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxshort getComponent(
short index
)
Function getComponent (
index As Short
) As Short
short getComponent(
short index
)
abstract getComponent :
index : int16 -> int16
Parameters
- index
- Type: SystemInt16
The index of the color component (0 through 2). The meaning depends on the color type.
Return Value
Type:
Int16The value (0 through 255) of the color component aIndex or 0 if aIndex is out of range.
See Also