public void AllocateResource() { RenderImage = _render.CreateImage(); }
public UIElement CreateImage() { return(_render.CreateImage()); }