Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic GDI+ with C# .NET (Read 2305 times)
parkwonwoo
Junior Member
**
Offline


Open the Podbay Doors
HAL!

Posts: 61
Joined: Dec 8th, 2006
GDI+ with C# .NET
Dec 12th, 2006 at 11:31pm
Print Post  
- Startup the GDI+ mode in C#.NET

Code
Select All
private void WinForm_Load(object sender, System.EventArgs e)
{
FC1.Graphics.StartUp(FLOWCHARTLib.Graphics.EngineType.geGdiPlus);
}
 



- What's wrong?
- Thanks.
  

OS: WinXP sp2&&RAD: Borland Delphi7, C++Builder6, JBuilder9&&FrameWork: VCL+Win32 or J2SE&&FCX: FCX 4.1.x
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: GDI+ with C# .NET
Reply #1 - Dec 13th, 2006 at 7:14am
Print Post  
This should work:

Code
Select All
private void Form1_Load(object sender, System.EventArgs e)
{
   fc.Graphics.StartUp(FLOWCHARTLib.EGraphicsEngine.geGdiPlus);
}
 



Stoyan
  
Back to top
 
IP Logged
 
parkwonwoo
Junior Member
**
Offline


Open the Podbay Doors
HAL!

Posts: 61
Joined: Dec 8th, 2006
Re: GDI+ with C# .NET
Reply #2 - Dec 14th, 2006 at 12:47am
Print Post  
Thanks

I Founded that Most Enumeration Cost is Started with ..

"FLOWCHARTLib.E"

^^;
  

OS: WinXP sp2&&RAD: Borland Delphi7, C++Builder6, JBuilder9&&FrameWork: VCL+Win32 or J2SE&&FCX: FCX 4.1.x
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint