3 references to GetDrawingCost
ReachFramework (3)
AlphaFlattener\BrushProxy.cs (1)
1109cost += brush.GetDrawingCost(size);
AlphaFlattener\Primitive.cs (2)
1615cost += _brush.GetDrawingCost(bounds.Size); 1620cost += _pen.StrokeBrush.GetDrawingCost(bounds.Size);