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