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