コード例 #1
0
 public void DrawEditor(Object3DControlsLayer layer, List <Object3DView> transparentMeshes, DrawEventArgs e)
 {
     ImageToPathObject3D.DrawPath(this);
 }
コード例 #2
0
 public void DrawEditor(InteractionLayer layer, List <Object3DView> transparentMeshes, DrawEventArgs e, ref bool suppressNormalDraw)
 {
     ImageToPathObject3D.DrawPath(this);
 }
コード例 #3
0
 public void DrawEditor(object sender, DrawEventArgs e)
 {
     ImageToPathObject3D.DrawPath(this);
 }