Xwt.Drawing.VectorContextBackend.VectorContextBackend C# (CSharp) Method

VectorContextBackend() public method

public VectorContextBackend ( Toolkit toolkit, double width, double height ) : System
toolkit Toolkit
width double
height double
return System
		public VectorContextBackend (Toolkit toolkit, double width, double height): base (toolkit)
		{
			NativePathHandler = toolkit.ContextBackendHandler;
			NativeContextHandler = toolkit.ContextBackendHandler;
			this.width = width;
			this.height = height;
		}