Search Results for

    Show / Hide Table of Contents

    Class RectangleExtensions

    Inheritance
    Object
    RectangleExtensions
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: System.Drawing
    Assembly: Acoustics.Shared.dll
    Syntax
    public static class RectangleExtensions

    Methods

    | Improve this Doc View Source

    Area(Rectangle)

    Declaration
    public static int Area(this Rectangle rectangle)
    Parameters
    Type Name Description
    Rectangle rectangle
    Returns
    Type Description
    Int32
    | Improve this Doc View Source

    PointIntersect(Rectangle, Point)

    Declaration
    public static bool PointIntersect(this Rectangle rectangle, Point point)
    Parameters
    Type Name Description
    Rectangle rectangle
    Point point
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    PointIntersect(Rectangle, Int32, Int32)

    Declaration
    public static bool PointIntersect(this Rectangle rectangle, int x, int y)
    Parameters
    Type Name Description
    Rectangle rectangle
    Int32 x
    Int32 y
    Returns
    Type Description
    Boolean
    • Improve this Doc
    • View Source
    In This Article
    Generated by DocFX AP docs version: 21.7.0.4-master-e26127a50d7bd7472d47288f10e61014fb981f7f-DIRTY-CI:144 Back to top