MCPcopy Create free account
hub / github.com/Kitware/VTK / ApplyLineWidth

Method ApplyLineWidth

IO/ExportPDF/vtkPDFContextDevice2D.cxx:1600–1603  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1598
1599//------------------------------------------------------------------------------
1600void vtkPDFContextDevice2D::ApplyLineWidth(float width)
1601{
1602 HPDF_Page_SetLineWidth(this->Impl->Page, width);
1603}
1604
1605//------------------------------------------------------------------------------
1606void vtkPDFContextDevice2D::ApplyLineType(int type)

Callers 3

ApplyPenStateMethod · 0.95
DrawCrossMarkersMethod · 0.95
DrawPlusMarkersMethod · 0.95

Calls 1

HPDF_Page_SetLineWidthFunction · 0.85

Tested by

no test coverage detected