Esempio n. 1
0
 public SoftAggControl()
 {
     bitmapBackBuffer  = new GdiBitmapBackBuffer();
     _useGdiPlusOutput = false;
     InitializeComponent();
     this.Load += new EventHandler(SoftAggControl_Load);
 }