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