CurvesDiscreteManagerSetToDefaultValueInPosition Method |
Sets to default value in position.
Namespace: Aspose.PSD.FileFormats.Psd.Layers.LayerResourcesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 22.5
Syntaxpublic void SetToDefaultValueInPosition(
int channelIndex,
byte position
)
Public Sub SetToDefaultValueInPosition (
channelIndex As Integer,
position As Byte
)
public:
void SetToDefaultValueInPosition(
int channelIndex,
unsigned char position
)
member SetToDefaultValueInPosition :
channelIndex : int *
position : byte -> unit
Parameters
- channelIndex
- Type: SystemInt32
Index of the channel. - position
- Type: SystemByte
The position.
See Also