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