1 write to bounds
ReachFramework (1)
AlphaFlattener\Primitive.cs (1)
2160
bounds
= p.GetRectBounds(true);
13 references to bounds
ReachFramework (13)
AlphaFlattener\Flattener.cs (2)
982
target.Union(pi.
bounds
);
1033
ctx.DrawRectangle(null, black, pi.
bounds
);
AlphaFlattener\Primitive.cs (3)
2175
Rect bounds = this.
bounds
;
2192
if (
bounds
.Contains(p.
bounds
))
AlphaFlattener\PrimitiveList.cs (8)
139
Console.Write(LeftPad(info.
bounds
, 0));
253
bool skip = !Utility.IsRenderVisible(info.
bounds
) || Utility.Disjoint(p.Clip, info.
bounds
);
279
else if ((bounds.Left <= info.
bounds
.Left) &&
280
(bounds.Top <= info.
bounds
.Top) &&
281
(bounds.Right >= info.
bounds
.Right) &&
282
(bounds.Bottom >= info.
bounds
.Bottom))
302
return (_commands[index]).
bounds
;