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

    Show / Hide Table of Contents

    Inflate Method

    Inflate(Rect, Double, Double)

    Creates a Rect that is inflated by the specified amount.

    Declaration
    public static Rect Inflate(Rect rect, double x, double y)
    Parameters
    Type Name Description
    Rect rect
    System.Double x
    System.Double y
    Returns
    Type Description
    Rect

    Inflate(Double, Double)

    Inflates this Rect by the specified amount.

    Declaration
    public void Inflate(double x, double y)
    Parameters
    Type Name Description
    System.Double x
    System.Double y

    Inflate(Size)

    Inflates this Rect by the specified amount.

    Declaration
    public void Inflate(Size size)
    Parameters
    Type Name Description
    Size size
    In This Article
    Back to top Documentation Licensing Info Copyright AlterNET Software