3 references to rclBounds
System.Windows.Forms.Primitives.TestUtilities (3)
Metafiles\RecordTypes\EMRPOLY16.cs (2)
42
public override string ToString() => $"[EMR{emr.iType}] Bounds: {
rclBounds
} Points: {string.Join(' ', points.ToArray())}";
47
return $"[EMR{emr.iType}] Bounds: {
rclBounds
} Points: {string.Join(' ', transformedPoints)}";
Metafiles\Validators\Poly16Validator.cs (1)
31
Assert.Equal(_bounds.Value, (Rectangle)poly->
rclBounds
);