CurvesContinuousManager.AddCurvePoint
CurvesContinuousManager.AddCurvePoint method
Adds the point of curve.
public void AddCurvePoint(int channelIndex, byte x, byte y)
Parameter | Type | Description |
---|---|---|
channelIndex | Int32 | Index of the channel. |
x | Byte | The x location. |
y | Byte | The y location. |
Exceptions
exception | condition |
---|---|
PsdImageArgumentException | The point you trying to add already exists |
See Also
- class CurvesContinuousManager
- namespace Aspose.PSD.FileFormats.Psd.Layers.LayerResources
- assembly Aspose.PSD