ExampleWithGraphics.Vertex.Vertex C# (CSharp) Метод

Vertex() публичный Метод

public Vertex ( System.Windows.Media.Brush fill = null ) : System.Windows
fill System.Windows.Media.Brush
Результат System.Windows
        public Vertex(Brush fill = null)
        {
            Fill = fill ?? Brushes.Red;
        }

Same methods

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