Skip to content

Commit 43602c9

Browse files
authored
Update 617-graphics-image.markdown
1 parent 284557e commit 43602c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_build/reference/617-graphics-image.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,12 @@ dim png
137137
i.save(png)
138138
```
139139

140-
### Clip command (console version only)
140+
### Clip command
141141

142-
Reduces the size of the image.
142+
Clips the image. Next draw or show command will display only this part of the image. On the same image a new clip can be set.
143143

144144
```
145-
png.clip(left, top, right, bottom)
145+
i.clip(left, top, width, height)
146146
```
147147

148148
### Filter command (console version only)

0 commit comments

Comments
 (0)