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