C# Class OurSonic.Utility.IntersectingRectangle

Afficher le fichier Open project: OurSonic/OurSonicSharp

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
IntersectRect ( Rectangle r1, Rectangle r2 ) : bool
IntersectingRectangle ( int x, int y, int width, int height ) : System.Runtime.CompilerServices
Intersects ( Point p ) : bool
IntersectsRect ( Rectangle r, Point p ) : bool

Method Details

IntersectRect() public static méthode

public static IntersectRect ( Rectangle r1, Rectangle r2 ) : bool
r1 Rectangle
r2 Rectangle
Résultat bool

IntersectingRectangle() public méthode

public IntersectingRectangle ( int x, int y, int width, int height ) : System.Runtime.CompilerServices
x int
y int
width int
height int
Résultat System.Runtime.CompilerServices

Intersects() public méthode

public Intersects ( Point p ) : bool
p Point
Résultat bool

IntersectsRect() public static méthode

public static IntersectsRect ( Rectangle r, Point p ) : bool
r Rectangle
p Point
Résultat bool