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