Skip to main content

What it does

Represents a rectangle.

Methods

DefinitionDescription
ToString() : stringRepresents a rectangle as a string of the form “[left,top,right,bottom]“

Properties

NameTypeAccessDescription
BottomintRead/writeBottom coordinate
LeftintRead/writeLeft coordinate
RightintRead/writeRight coordinate
TopintRead/writeTop coordinate