add subheadings for consistency
This commit is contained in:
parent
fbd4b4d5f2
commit
1a7ae1d669
16 changed files with 64 additions and 0 deletions
|
@ -4,10 +4,14 @@ title: Point.dx()
|
|||
|
||||
A point's `dx()` method returns the delta (in mm) along the X-axis between this point and the point you pass it.
|
||||
|
||||
## Point.dx() signature
|
||||
|
||||
```js
|
||||
float point.dx(Point point)
|
||||
```
|
||||
|
||||
## Point.dx() example
|
||||
|
||||
<Example
|
||||
part="point_dx"
|
||||
caption="An example of the Point.dx() method"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue