Name | Description | |
---|---|---|
Area | Obtains the rectangle area (width * Height) | |
Bottom | Gets the bottom side of the rectangle | |
Center | Gets the rectangle center | |
IsEmpty | Determines whether the rectangle is with zero width or Height | |
IsNormalized | Determines whether the rectangle is normalized (both width and height are not negative) | |
LeftBottom | Gets the rectangle left bottom corner | |
Location | Gets or sets the rectangle location (left-top corner) | |
Middles | Gets an array with the rectangle sides middle points | |
Perimeter | Obtains the rectangle perimeter (2 * width) + (2 * Height) | |
Right | Gets the right side of the rectangle | |
RightBottom | Gets the rectangle right bottom corner | |
RightTop | Gets the rectangle right top corner | |
Size | Gets or sets the size of this rectangle | |
Vertices | Gets an array with the rectangle vertices | |
VerticesAndMiddles | Gets an array with the rectangle vertices and middles enumerated clockwise starting from the left-top vertex |