add_border#
- Renderer.add_border(color='white', width=2.0)[source]#
Add borders around the frame.
- Parameters
- color
color_like
,optional
Color of the border.
- width
float
,optional
Width of the border.
- color
- Returns
vtk.vtkActor2D
Border actor.
Add borders around the frame.
color_like
, optional
Color of the border.
float
, optional
Width of the border.
vtk.vtkActor2D
Border actor.