Praeclarum.Graphics.WmfGraphics.WmfGraphics C# (CSharp) Метод

WmfGraphics() публичный Метод

public WmfGraphics ( BinaryWriter tw, RectangleF viewBox ) : System
tw System.IO.BinaryWriter
viewBox RectangleF
Результат System
		public WmfGraphics (BinaryWriter tw, RectangleF viewBox)
		{
//			_viewBox = viewBox;
			fw = tw;
			_fontMetrics = new WmfGraphicsFontMetrics ();
			SetColor (Colors.Black);			
			_states.Push (_state);
		}
		

Same methods

WmfGraphics::WmfGraphics ( Stream s, Rectangle viewBox ) : System
WmfGraphics::WmfGraphics ( Stream s, RectangleF viewBox ) : System