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