21 references to LeftPad
ReachFramework (21)
AlphaFlattener\Flattener.cs (3)
994
Console.WriteLine("Area with transparency: {0}", DisplayList.
LeftPad
(target, 0));
1002
DisplayList.
LeftPad
(transparentCluster[i].DebugBounds, 0),
1003
DisplayList.
LeftPad
(transparentCluster[i].DebugPrimitives, 0),
AlphaFlattener\PrimitiveList.cs (18)
61
return " [" +
LeftPad
(r.Left, 6) + ' '
62
+
LeftPad
(r.Top, 6) + ' '
63
+
LeftPad
(r.Width, 6) + ' '
64
+
LeftPad
(r.Height, 6) + "]";
97
Console.Write(
LeftPad
(index, 4) +
LeftPad
(typ, 18) + ":");
118
Console.Write(
LeftPad
(info.underlay.Count, 3));
123
Console.Write(' ' +
LeftPad
(info.overlap.Count, 3));
128
Console.Write(
LeftPad
(info.overlapHasTransparency, 3));
142
Console.Write(
LeftPad
(info.bounds, 0));
148
Console.Write(
LeftPad
(clip.Bounds, 0));
156
Console.Write(
LeftPad
(m.M11, 3) + ' ');
157
Console.Write(
LeftPad
(m.M12, 3) + ' ');
158
Console.Write(
LeftPad
(m.M21, 3) + ' ');
159
Console.Write(
LeftPad
(m.M22, 3) + ' ');
160
Console.Write(
LeftPad
(m.OffsetX, 6) + ' ');
161
Console.Write(
LeftPad
(m.OffsetY, 6));
207
Console.Write(
LeftPad
(extra, 0));