OwnedImage.pitchInBytes

class OwnedImage(COLOR)
public nothrow @nogc pure
int
pitchInBytes
()

Return Value

Type: int

Number of bytes to add to a COLOR* pointer to get to the previous/next line. This pitch is guaranteed to be positive (>= 0).

Meta