POV-Ray : Newsgroups : povray.programming : How to Render to PictureBox? Server Time
28 Mar 2024 09:01:20 EDT (-0400)
  How to Render to PictureBox? (Message 1 to 1 of 1)  
From: [GDS|Entropy]
Subject: How to Render to PictureBox?
Date: 1 Jan 2011 22:07:58
Message: <op.vonuzese0819q0@gdsentropy.nc.rr.com>
Hello,

Sorry...wrong group on the other post..

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.