[]
Inflates the rectangle by the specified amount.
public void Inflate(int dx, int dy)
Type | Name | Description |
---|---|---|
int | dx | |
int | dy |
Inflates the rectangle by the specified amount.
public static RectL Inflate(RectL rc, int dx, int dy)
Type | Name | Description |
---|---|---|
RectL | rc | |
int | dx | |
int | dy |
Type | Description |
---|---|
RectL |