xamarin-macios/tests/monotouch-test/CoreGraphics
Sebastien Pouliot bedfdd4ec1 [coregraphics] Add CGRect.Null and Infinite properties. Fixes #43628 (#1819)
Apple has both an Empty and Null constants. Our implementation is largely
done in managed code and, for historical reasons [1], match System.Drawing
behaviour. Still the constant is useful for other (e.g. 3rd party) APIs.

Also add CFRect.Infinite for the missing CGRectInfinite symbol.

[1] In the original classic we only provided RectangleF not CGRect

references:
* https://bugzilla.xamarin.com/show_bug.cgi?id=43628
* xtro
	common.unclassified:!missing-field! CGRectNull not bound
	common.unclassified:!missing-field! CGRectInfinite not bound
2017-03-03 09:04:32 -05:00
..
AffineTransformTest.cs [tests] Import 2016-05-26 15:06:52 +02:00
BitmapContextTest.cs [tests] Import 2016-05-26 15:06:52 +02:00
CGImageTest.cs Port monotouch-test suite to Xamarin.Mac (#1445) 2017-01-12 09:13:56 -09:00
ColorConversionInfoTest.cs [coregraphics] Update up to beta 5 (#599) 2016-08-12 13:45:09 +02:00
ColorSpaceTest.cs Port monotouch-test suite to Xamarin.Mac (#1445) 2017-01-12 09:13:56 -09:00
ColorTest.cs [tests] Import 2016-05-26 15:06:52 +02:00
ContextTest.cs [tests] Import 2016-05-26 15:06:52 +02:00
DataConsumerTest.cs [tests] Import 2016-05-26 15:06:52 +02:00
DataProviderTest.cs [tests] Import 2016-05-26 15:06:52 +02:00
FontTest.cs Port monotouch-test suite to Xamarin.Mac (#1445) 2017-01-12 09:13:56 -09:00
FunctionTest.cs [DictionaryContainer] Add support for CGRect/CGPoint/CGSize and CMTime 2016-07-03 11:11:06 -05:00
GeometryTest.cs [tests] Import 2016-05-26 15:06:52 +02:00
GradientTest.cs [coregraphics] Add missing [Flags] on CGGradientDrawingOptions. Fixes #33997 (#1800) 2017-03-01 07:15:32 +01:00
PDFArrayTest.cs [tests] Import 2016-05-26 15:06:52 +02:00
PDFContentStreamTest.cs Port monotouch-test suite to Xamarin.Mac (#1445) 2017-01-12 09:13:56 -09:00
PDFContextTest.cs [tests] Import 2016-05-26 15:06:52 +02:00
PDFDocumentTest.cs Port monotouch-test suite to Xamarin.Mac (#1445) 2017-01-12 09:13:56 -09:00
PDFInfoTest.cs Port monotouch-test suite to Xamarin.Mac (#1445) 2017-01-12 09:13:56 -09:00
PDFObjectTest.cs [tests] Import 2016-05-26 15:06:52 +02:00
PDFOperatorTableTest.cs [tests] Import 2016-05-26 15:06:52 +02:00
PDFScannerTest.cs Port monotouch-test suite to Xamarin.Mac (#1445) 2017-01-12 09:13:56 -09:00
PathTest.cs [coregraphics] Add managed validation to CGPath.FromRoundedRect to avoid native assertion/crash. Fixes #40230 (#966) 2016-10-10 10:27:07 +02:00
RectTest.cs [coregraphics] Add CGRect.Null and Infinite properties. Fixes #43628 (#1819) 2017-03-03 09:04:32 -05:00