Ejemplo n.º 1
0
 public bool Print(IntPtr hPrnDC, bool showBackground, string filename, AspectPrintAlgo printAlgorithm, double theScaleFactor)
 {
     return(Visual3d_View_Print23A2F056(Instance, hPrnDC, showBackground, filename, (int)printAlgorithm, theScaleFactor));
 }
Ejemplo n.º 2
0
 public bool Print(Visual3dLayer AnUnderLayer, Visual3dLayer AnOverLayer, IntPtr hPrnDC, bool showBackground, string filename, AspectPrintAlgo printAlgorithm, double theScaleFactor)
 {
     return(Visual3d_View_Print3E41AD16(Instance, AnUnderLayer.Instance, AnOverLayer.Instance, hPrnDC, showBackground, filename, (int)printAlgorithm, theScaleFactor));
 }