Example #1
0
//		RectangleF _viewBox;

		public WmfGraphics (BinaryWriter tw, RectangleF viewBox)
		{
//			_viewBox = viewBox;
			fw = tw;
			_fontMetrics = new WmfGraphicsFontMetrics ();
			SetColor (Colors.Black);			
			_states.Push (_state);
		}
Example #2
0
//		RectangleF _viewBox;

        public WmfGraphics(BinaryWriter tw, RectangleF viewBox)
        {
//			_viewBox = viewBox;
            fw           = tw;
            _fontMetrics = new WmfGraphicsFontMetrics();
            SetColor(Colors.Black);
            _states.Push(_state);
        }