diff --git a/pixmappaint.d b/pixmappaint.d index 3d1007f..1bf8368 100644 --- a/pixmappaint.d +++ b/pixmappaint.d @@ -1068,7 +1068,8 @@ struct SubPixmap { Allocates a new Pixmap cropped to the pixel data of the subimage. 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 { auto pm = Pixmap.makeNew(size);