ofcurveartist_setpattern Subroutine

public subroutine ofcurveartist_setpattern(factor, pattern)

Set the line pattern of the current curve artist.

This applies to the current active CurveArtist.

For valid factors and patterns, see OpenGL::glLineStipple().

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in) :: factor

Specifies scaling factor used to draw the pattern.

integer(kind=int16), intent(in) :: pattern

16-bit integer which specifies the line pattern.