Rect
:
object
A graphics rectangle with a position and size
Method
public
Rect
.
Constructor
(
Point
offset
,
Size
size
)
public
readonly
double
Rect
.
Bottom
The y-axis value of the bottom of the rectangle
public
readonly
Point
Rect
.
CenterPoint
(
size
=
null
)
Get a point on an inscribed ellipse
public
virtual
int
object
.
Compare
(
value
)
Compares this object with another and returns (-1, 0, or 1)
public
readonly
Point
Rect
.
EllipsePoint
(
double
angle
)
Get a point on an inscribed ellipse
public
virtual
Icon
object
.
GetIcon
Return a icon for this object
public
virtual
object
.
GetLayoutBlock
Return a layout inside a block
public
virtual
object
.
GetLayoutSpan
Return a layout inside a span
public
virtual
object
.
GetLayoutTip
Return a layout for the hint popup
public
virtual
object
.
GetSourceReference
Return a source reference for this object
public
virtual
void
object
.
GetTexSource
(
source
)
LaTeX source code for this object
public
readonly
double
Rect
.
Height
Height in virtual pixels
public
readonly
Rect
[]
Rect
.
RemoveRects
(
Rect
[]
value
)
Get an array of rectangles left after removing value
public
readonly
double
Rect
.
Right
The x-axis value of the right side of the rectangle
public
readonly
Size
Rect
.
Size
Get the rendered size of the object
public
readonly
double
Rect
.
Width
Width in virtual pixels
public
readonly
double
Rect
.
X
x-offset in virtual pixels
public
readonly
double
Rect
.
Y
x-offset in virtual pixels