// ----------------------------------------------------------------------- // // Copyright 2014 MIT Licence. See licence.md for more information. // // ----------------------------------------------------------------------- namespace Perspex.Platform { public interface IRenderTargetBitmapImpl : IBitmapImpl { void Render(IVisual visual); } }