[]
Calculates the inside area of a rectangle excluding margins, border, and padding.
public Rectangle GetInnermostRect(Rectangle r)
Type | Name | Description |
---|---|---|
Rectangle | r | The initial rectangle area. |
Type | Description |
---|---|
Rectangle | The inner rectangle. |