ApplyMinMax Method
ApplyMinMax(Size, Size)
Gets size with applied minimal and maximal limitations.
Declaration
public readonly Size ApplyMinMax(Size min, Size max)
Parameters
Type | Name | Description |
---|---|---|
Size | min | Minimal width and height. |
Size | max | Maximal width and height. |
Returns
Type | Description |
---|---|
Size | Size with width and height greater than specified in
|