| ColorGraygetComponent 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
Syntaxpublic short getComponent(
short index
)
Public Function getComponent (
index As Short
) As Short
public:
virtual short getComponent(
short index
) sealed
abstract getComponent :
index : int16 -> int16
override 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.
Implements
ISignDocColorgetComponent(Int16)
See Also