Name
OfxParametricParameterSuiteV1::parametricParamDeleteControlPoint
— Deletes the nth control point from a parametric param.
Synopsis
#include "ofxParametricParam.h"
OfxStatus
(*parametricParamDeleteControlPoint)
(
|
OfxParamHandle
param
,
|
|
int
curveIndex
,
|
|
int
nthCtl
)
;
|
Arguments
- param - handle to the parametric parameter
- curveIndex - which dimension to delete
- nthCtl - the control point to delete