• Overview
  • How it works
  • Documentation
  • Blog
  • Forum
Search Results for

    Show / Hide Table of Contents

    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 min and less than specified in max.

    In This Article
    Back to top Documentation Licensing Info Copyright AlterNET Software