Exemplo n.º 1
0
 public D2D1.Brush CreateBrush(IElement element, IFrameContext context, IBrush fill, float opacity)
 {
     return(opacity > 0 ? fill?.Visit(_brushManager, element, context, opacity) : null);
 }