C# Class LongoMatch.Core.Common.Area

ファイルを表示 Open project: GNOME/longomatch Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Area ( ) : System
Area ( Point start, double width, double height ) : System
Area ( double x, double y, double width, double height ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
IntersectsWith ( Area area ) : bool
ToString ( ) : string
operator ( ) : bool

Method Details

Area() public method

public Area ( ) : System
return System

Area() public method

public Area ( Point start, double width, double height ) : System
start Point
width double
height double
return System

Area() public method

public Area ( double x, double y, double width, double height ) : System
x double
y double
width double
height double
return System

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

IntersectsWith() public method

public IntersectsWith ( Area area ) : bool
area Area
return bool

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool