C# Class SilverlightMappingToolBasic.UI.SuperGraph.View.Arrow.RectEquation

Inheritance: IShapeEquation
Afficher le fichier Open project: chris-tomich/Glyma

Private Properties

Свойство Type Description
GetRelativeIntersectionPoint Point

Méthodes publiques

Méthode Description
FindIntersections ( ILinearEquation line ) : Point[]
GetCentreToBoundaryDistance ( ILinearEquation line ) : double
RectEquation ( Point centre, double width, double height ) : System

Private Methods

Méthode Description
GetRelativeIntersectionPoint ( ILinearEquation line ) : Point

Method Details

FindIntersections() public méthode

public FindIntersections ( ILinearEquation line ) : Point[]
line ILinearEquation
Résultat Point[]

GetCentreToBoundaryDistance() public méthode

public GetCentreToBoundaryDistance ( ILinearEquation line ) : double
line ILinearEquation
Résultat double

RectEquation() public méthode

public RectEquation ( Point centre, double width, double height ) : System
centre Point
width double
height double
Résultat System