C# 클래스 SilverlightMappingToolBasic.UI.ShapeExtensionMethods

파일 보기 프로젝트 열기: chris-tomich/Glyma

공개 메소드들

메소드 설명
Add ( this firstVertex, Point secondVertex ) : Point
Distance ( this origin, Point destination ) : double
GetMidway ( this firstVertex, Point secondVertex ) : Point
IsInBoundaryInclusively ( this test, Point lowerX, Point upperX, Point lowerY, Point upperY ) : bool
Subtract ( this firstVertex, Point secondVertex ) : Point

메소드 상세

Add() 공개 정적인 메소드

public static Add ( this firstVertex, Point secondVertex ) : Point
firstVertex this
secondVertex Point
리턴 Point

Distance() 공개 정적인 메소드

public static Distance ( this origin, Point destination ) : double
origin this
destination Point
리턴 double

GetMidway() 공개 정적인 메소드

public static GetMidway ( this firstVertex, Point secondVertex ) : Point
firstVertex this
secondVertex Point
리턴 Point

IsInBoundaryInclusively() 공개 정적인 메소드

public static IsInBoundaryInclusively ( this test, Point lowerX, Point upperX, Point lowerY, Point upperY ) : bool
test this
lowerX Point
upperX Point
lowerY Point
upperY Point
리턴 bool

Subtract() 공개 정적인 메소드

public static Subtract ( this firstVertex, Point secondVertex ) : Point
firstVertex this
secondVertex Point
리턴 Point