1 write to bounds
ReachFramework (1)
AlphaFlattener\Primitive.cs (1)
2167
bounds
= p.GetRectBounds(true);
13 references to bounds
ReachFramework (13)
AlphaFlattener\Flattener.cs (2)
989
target.Union(pi.
bounds
);
1040
ctx.DrawRectangle(null, black, pi.
bounds
);
AlphaFlattener\Primitive.cs (3)
2182
Rect bounds = this.
bounds
;
2199
if (
bounds
.Contains(p.
bounds
))
AlphaFlattener\PrimitiveList.cs (8)
140
Console.Write(LeftPad(info.
bounds
, 0));
254
bool skip = !Utility.IsRenderVisible(info.
bounds
) || Utility.Disjoint(p.Clip, info.
bounds
);
280
else if ((bounds.Left <= info.
bounds
.Left) &&
281
(bounds.Top <= info.
bounds
.Top) &&
282
(bounds.Right >= info.
bounds
.Right) &&
283
(bounds.Bottom >= info.
bounds
.Bottom))
303
return (_commands[index]).
bounds
;