Can you render a StreamGeometry object in multiple places during an OnRender override?
问题 We have a StreamGeometry object which we would like to render in about 400 different locations during the OnRender call. The problem is, of course, that a geometry object uses absolute coordinates. While we could of course apply transforms before the render call, that means we'd in essence be creating 400 transforms as well, which just seems like overkill. We just want to say 'Render this in that location, like this (Note: DrawGeometryAtPoint is fictitious)... protected override void OnRender