setBottomRight method
Sets bottom right.
Implementation
void setBottomRight(Coordinate point)
{
left = point.x - width;
top = point.y - height;
}
Sets bottom right.
void setBottomRight(Coordinate point)
{
left = point.x - width;
top = point.y - height;
}