POV-Ray : Newsgroups : povray.binaries.programming : Call pov-render to picturebox : Call pov-render to picturebox Server Time
24 Apr 2024 03:39:01 EDT (-0400)
  Call pov-render to picturebox  
From: [GDS|Entropy]
Date: 1 Jan 2011 22:03:39
Message: <op.vonur8vk0819q0@gdsentropy.nc.rr.com>
Hello,

How do you call povray to render in a PictureBox from c# in the way that  
Moray does?

Is this a matter of something like this (Then loading the output image  
into the PictureBox):
Process myProc = new Process();
myProc.StartInfo.Filename = "dir\abc.exe";
myProc.StartInfo.Arguments = "file1, file2, file3";
myProc.Start();

Or is there any api documentation (or code sample in any language) someone  
can point me to?

Thanks!

-- 
Ian McDonald
Lean Agile .NET 4.0/MVC
Senior Application Architect,
Developer and Security Analyst


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.