Skip to content

Commit

Permalink
Clarify GenericImageView::bounds doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zetanumbers committed Oct 17, 2023
1 parent b3d5ffa commit b385ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/image.rs
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ pub trait GenericImageView {
h
}

/// The bounding rectangle of this image.
/// The bounding rectangle (x, y, w, h) of this image.
fn bounds(&self) -> (u32, u32, u32, u32);

/// Returns true if this x, y coordinate is contained inside the image.
Expand Down

0 comments on commit b385ec0

Please sign in to comment.