2 references to rclBounds
System.Windows.Forms.Primitives.TestUtilities (2)
Metafiles\RecordTypes\EMRPOLYPOLY16.cs (1)
39
sb.Append($"[EMR{emr.iType}] Bounds: {
rclBounds
} Poly count: {nPolys} Total points: {cpts}");
Metafiles\Validators\PolyPoly16Validator.cs (1)
32
Assert.Equal(_bounds.Value, (Rectangle)poly->
rclBounds
);