All types
|
All members
RT.Util.Core
RT.KitchenSink
RT.KitchenSink.Collections
RT.KitchenSink.Geometry
RT.KitchenSink.Lex
RT.KitchenSink.Streams
RT.Util
RT.Util.Collections
RT.Util.Consoles
RT.Util.ExtensionMethods
RT.Util.ExtensionMethods.Obsolete
RT.Util.Geometry
Arc
D
Bounding
Box
D
Circle
D
Edge
D
Geom
Ut
Intersect
Point
D
Polygon
D
Rectangle
D
Rectangle
D
(
x
,
y
,
width
,
height
)
Contains
(
x
,
y
)
Equals
(
other
)
Equals
(
obj
)
GetHashCode
()
IntersectsWith
(
rect
)
Normalize
()
PerimeterIntersectsWith
(
rect
)
Round
()
RoundOutward
()
ToRectangleF
()
ToString
()
Union
(
a
,
b
)
operator+
(
rect
,
offset
)
operator+
(
offset
,
rect
)
operator==
(
one
,
other
)
implicit operator
Rectangle
D
(
self
)
operator!=
(
one
,
other
)
operator*
(
rect
,
scale
)
operator*
(
scale
,
rect
)
operator-
(
rect
,
offset
)
Bottom
Bottom
Left
Bottom
Right
Is
Empty
Left
Right
Top
Top
Left
Top
Right
Empty
Height
Width
X
Y
Triangle
D
Triangulate
RT.Util.IL
RT.Util.Paths
RT.Util.Streams
RT.Util.Text
RT.Util.Threading
PropellerApi
PuzzleSolvers
RT.ArithmeticCoding
RT.BigInteger
RT.CommandLine
RT.Coordinates
RT.Dijkstra
RT.Generex
RT.Json
RT.Lingo
RT.Lingo.Base
RT.NUnitDirect
RT.PostBuild
RT.SelfService
RT.Serialization
RT.Serialization.Binary
RT.Serialization.Json
RT.Serialization.Xml
RT.Servers
RT.TagSoup
RT.Util
RT.Util.Legacy
Legend
Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field
Operator:
bool
operator==
(
RectangleD
,
RectangleD
)
Declared in:
RT.Util.Geometry.
RectangleD
Declaration
public static
bool
operator==
(
RectangleD
one
,
RectangleD
other
)
Summary
Compares two rectangles for equality using
RectangleD
.
Equals
(
RectangleD
)
.