SizeConstraints.isValidSize

Returns true if this SizeConstraints allows this size.

struct SizeConstraints
public nothrow @nogc @trusted
bool
isValidSize
(
int width
,
int height
)

Meta