C# Класс ExampleWithGraphics.Vertex

A vertex is a simple class that stores the postion of a point, node or vertex.
Наследование: System.Windows.Shapes.Shape, IVertex
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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