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

    Show / Hide Table of Contents

    Inflate Method

    Inflate(Int32Rect, Int32, Int32)

    Creates a Int32Rect that is inflated by the specified amount.

    Declaration
    public static Int32Rect Inflate(Int32Rect rect, int x, int y)
    Parameters
    Type Name Description
    Int32Rect rect
    System.Int32 x
    System.Int32 y
    Returns
    Type Description
    Int32Rect

    Inflate(Int32, Int32)

    Inflates this Int32Rect by the specified amount.

    Declaration
    public void Inflate(int width, int height)
    Parameters
    Type Name Description
    System.Int32 width
    System.Int32 height

    Inflate(Int32Size)

    Inflates this Int32Rect by the specified amount.

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