public void ApplyBrush(vtkBrush brush)
 {
     vtkContextDevice2D.vtkContextDevice2D_ApplyBrush_01(base.GetCppThis(), (brush == null) ? default(HandleRef) : brush.GetCppThis());
 }
Esempio n. 2
0
 public void DeepCopy(vtkBrush brush)
 {
     vtkBrush.vtkBrush_DeepCopy_01(base.GetCppThis(), (brush == null) ? default(HandleRef) : brush.GetCppThis());
 }