public DrawingPath() { handler = Toolkit.CurrentEngine.VectorImageRecorderContextHandler; Backend = handler.CreatePath (); }
public DrawingPath() { handler = ToolkitEngine.DrawingPathBackendHandler; Backend = handler.CreatePath (); }