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