CallbackCurveDesignerPointsChangeSet method |
|
Remarks
Sets the function of the CallbackCurveDesignerPointsChange callback delegate which notifies when the curve inside a curve designer control is modified by dragging one of the control points through the mouse interaction.
For further details about callback delegates see the How to synchronize the container application through callback delegates tutorial.
Syntax
[Visual Basic] Public Function CallbackCurveDesignerPointsChangeSet ( function as CallbackCurveDesignerPointsChange ) as enumErrorCodes |
[C#] public enumErrorCodes CallbackCurveDesignerPointsChangeSet ( CallbackCurveDesignerPointsChange function ); |
[C++] public: enumErrorCodes CallbackCurveDesignerPointsChangeSet ( CallbackCurveDesignerPointsChange function ); |
Parameter |
Description |
|
|
function |
Callback function |
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred. Check the LastError property value in order to see the last error. |
enumErrorCodes.ERR_NOERROR (0) |
The method call was successful. |