ImDrawList_PathLineTo function

void ImDrawList_PathLineTo(
  1. Pointer<ImDrawList> self,
  2. ImVec2 pos
)
void ImDrawList_PathLineTo(
 ImDrawList* self ,
 ImVec2 pos
);

Implementation

void ImDrawList_PathLineTo(Pointer<ImDrawList> self, ImVec2 pos) =>
    _ImDrawList_PathLineTo(self, pos);