ImDrawList_PathStroke function

void ImDrawList_PathStroke(
  1. Pointer<ImDrawList> self,
  2. int col,
  3. int flags,
  4. double thickness,
)
void ImDrawList_PathStroke(
 ImDrawList* self ,
 uint col ,
 ImDrawFlags flags ,
 float thickness
);

Implementation

void ImDrawList_PathStroke(
        Pointer<ImDrawList> self, int col, int flags, double thickness) =>
    _ImDrawList_PathStroke(self, col, flags, thickness);