21 references to LeftPad
ReachFramework (21)
AlphaFlattener\Flattener.cs (3)
993
Console.WriteLine("Area with transparency: {0}", DisplayList.
LeftPad
(target, 0));
1001
DisplayList.
LeftPad
(transparentCluster[i].DebugBounds, 0),
1002
DisplayList.
LeftPad
(transparentCluster[i].DebugPrimitives, 0),
AlphaFlattener\PrimitiveList.cs (18)
59
return " [" +
LeftPad
(r.Left, 6) + ' '
60
+
LeftPad
(r.Top, 6) + ' '
61
+
LeftPad
(r.Width, 6) + ' '
62
+
LeftPad
(r.Height, 6) + "]";
95
Console.Write(
LeftPad
(index, 4) +
LeftPad
(typ, 18) + ":");
116
Console.Write(
LeftPad
(info.underlay.Count, 3));
121
Console.Write(' ' +
LeftPad
(info.overlap.Count, 3));
126
Console.Write(
LeftPad
(info.overlapHasTransparency, 3));
140
Console.Write(
LeftPad
(info.bounds, 0));
146
Console.Write(
LeftPad
(clip.Bounds, 0));
154
Console.Write(
LeftPad
(m.M11, 3) + ' ');
155
Console.Write(
LeftPad
(m.M12, 3) + ' ');
156
Console.Write(
LeftPad
(m.M21, 3) + ' ');
157
Console.Write(
LeftPad
(m.M22, 3) + ' ');
158
Console.Write(
LeftPad
(m.OffsetX, 6) + ' ');
159
Console.Write(
LeftPad
(m.OffsetY, 6));
205
Console.Write(
LeftPad
(extra, 0));