mirror of https://github.com/adamdruppe/arsd.git
Fix incomplete sentence
This commit is contained in:
parent
6dc177619d
commit
425fb918db
|
@ -1068,7 +1068,8 @@ struct SubPixmap {
|
||||||
Allocates a new Pixmap cropped to the pixel data of the subimage.
|
Allocates a new Pixmap cropped to the pixel data of the subimage.
|
||||||
|
|
||||||
See_also:
|
See_also:
|
||||||
Use [extractToPixmap] for a non-allocating variant with an .
|
Use [extractToPixmap] for a non-allocating variant with a
|
||||||
|
target parameter.
|
||||||
+/
|
+/
|
||||||
Pixmap extractToNewPixmap() const {
|
Pixmap extractToNewPixmap() const {
|
||||||
auto pm = Pixmap.makeNew(size);
|
auto pm = Pixmap.makeNew(size);
|
||||||
|
|
Loading…
Reference in New Issue