The OpenD Programming Language

Image.borderWidth

Get the number of border pixels around the image. This is an area that can be safely accessed, using -pitchInBytes() and pointer offsets. The actual border width could well be higher, but there is no way of safely knowing that.

struct Image
nothrow @nogc @safe pure
int
borderWidth
()

See Also

LayoutConstraints. Tags: none.

Meta