21 references to LeftPad
ReachFramework (21)
AlphaFlattener\Flattener.cs (3)
999
Console.WriteLine("Area with transparency: {0}", DisplayList.
LeftPad
(target, 0));
1007
DisplayList.
LeftPad
(transparentCluster[i].DebugBounds, 0),
1008
DisplayList.
LeftPad
(transparentCluster[i].DebugPrimitives, 0),
AlphaFlattener\PrimitiveList.cs (18)
66
return " [" +
LeftPad
(r.Left, 6) + ' '
67
+
LeftPad
(r.Top, 6) + ' '
68
+
LeftPad
(r.Width, 6) + ' '
69
+
LeftPad
(r.Height, 6) + "]";
102
Console.Write(
LeftPad
(index, 4) +
LeftPad
(typ, 18) + ":");
123
Console.Write(
LeftPad
(info.underlay.Count, 3));
128
Console.Write(' ' +
LeftPad
(info.overlap.Count, 3));
133
Console.Write(
LeftPad
(info.overlapHasTransparency, 3));
147
Console.Write(
LeftPad
(info.bounds, 0));
153
Console.Write(
LeftPad
(clip.Bounds, 0));
161
Console.Write(
LeftPad
(m.M11, 3) + ' ');
162
Console.Write(
LeftPad
(m.M12, 3) + ' ');
163
Console.Write(
LeftPad
(m.M21, 3) + ' ');
164
Console.Write(
LeftPad
(m.M22, 3) + ' ');
165
Console.Write(
LeftPad
(m.OffsetX, 6) + ' ');
166
Console.Write(
LeftPad
(m.OffsetY, 6));
212
Console.Write(
LeftPad
(extra, 0));