Skip to content

LinesSmoothTension

LinesSmoothTension (Get method)

Returns the curve smoothing parameter when drawing using lines.

double  LinesSmoothTension()

Return Value

Smoothing parameter value

Note

The ’tension’ value is within the (0.0; 1.0] range.

LinesSmoothTension (Set method)

Sets the curve smoothing parameter when drawing using lines.

void  LinesSmoothTension(
   const double  tension      // parameter value
   )

Parameters

tension

[in] Smoothing parameter value.

Note

The ’tension’ value is within the (0.0; 1.0] range.

Last updated on