C# Class System.Drawing.PrimitivesTest.RectangleFTests

Show file Open project: dotnet/corefx

Private Methods

Method Description
ContainsTest ( float x, float y, float width, float height ) : void
DefaultConstructorTest ( ) : void
DimensionsTest ( float x, float y, float width, float height ) : void
EqualityTest ( float x, float y, float width, float height ) : void
EqualityTest_NotRectangleF ( ) : void
FromLTRBTest ( float left, float top, float right, float bottom ) : void
GetHashCodeTest ( ) : void
InflateTest ( float x, float y, float width, float height ) : void
IntersectTest ( float x, float y, float width, float height ) : void
Intersect_IntersectingRects_Test ( ) : void
IsEmptyTest ( ) : void
LocationSetTest ( float x, float y ) : void
NonDefaultConstructorTest ( float x, float y, float width, float height ) : void
OffsetTest ( float x, float y, float width, float height ) : void
SizeSetTest ( float x, float y ) : void
ToStringTest ( float x, float y, float width, float height ) : void
UnionTest ( float x, float y, float width, float height ) : void