[]
Offsets all points of this Quadrilateral by the x and y.
public void Offset(float x, float y)
Public Sub Offset(x As Single, y As Single)
| Type | Name | Description |
|---|---|---|
| float | x | |
| float | y |
Offsets all points of this Quadrilateral by the x and y.
public static Quadrilateral Offset(Quadrilateral q, float x, float y)
Public Shared Function Offset(q As Quadrilateral, x As Single, y As Single) As Quadrilateral
| Type | Name | Description |
|---|---|---|
| Quadrilateral | q | |
| float | x | |
| float | y |
| Type | Description |
|---|---|
| Quadrilateral |