CurvesContinuousManager.AddCurvePoint
CurvesContinuousManager.AddCurvePoint method
곡선점을 추가합니다.
public void AddCurvePoint(int channelIndex, byte x, byte y)
모수 | 유형 | 설명 |
---|---|---|
channelIndex | Int32 | 채널의 인덱스입니다. |
x | Byte | x 위치. |
y | Byte | y 위치. |
예외
예외 | 상태 |
---|---|
PsdImageArgumentException | 추가하려는 포인트가 이미 존재합니다. |