C# 클래스 ExampleWithGraphics.Vertex

A vertex is a simple class that stores the postion of a point, node or vertex.
상속: System.Windows.Shapes.Shape, IVertex
파일 보기 프로젝트 열기: gusmanb/MIConvexHull 1 사용 예제들

공개 메소드들

메소드 설명
AsHullVertex ( ) : Vertex
ToPoint ( ) : Point
Vertex ( System.Windows.Media.Brush fill = null ) : System.Windows
Vertex ( double x, double y, System.Windows.Media.Brush fill = null ) : System.Windows

Initializes a new instance of the Vertex class.

Vertex ( double x, double y, double z, bool isHull = false ) : System.Windows.Media

Initializes a new instance of the Vertex class.

메소드 상세

AsHullVertex() 공개 메소드

public AsHullVertex ( ) : Vertex
리턴 Vertex

ToPoint() 공개 메소드

public ToPoint ( ) : Point
리턴 System.Windows.Point

Vertex() 공개 메소드

public Vertex ( System.Windows.Media.Brush fill = null ) : System.Windows
fill System.Windows.Media.Brush
리턴 System.Windows

Vertex() 공개 메소드

Initializes a new instance of the Vertex class.
public Vertex ( double x, double y, System.Windows.Media.Brush fill = null ) : System.Windows
x double The x position.
y double The y position.
fill System.Windows.Media.Brush
리턴 System.Windows

Vertex() 공개 메소드

Initializes a new instance of the Vertex class.
public Vertex ( double x, double y, double z, bool isHull = false ) : System.Windows.Media
x double The x position.
y double The y position.
z double The z position.
isHull bool
리턴 System.Windows.Media