C# Class Smrf.NodeXL.ExcelTemplate.ReadabilityMetricCalculator2.VertexInformation

Stores calculated information about one vertex.
Show file Open project: 2014-sed-team3/term-project

Public Properties

Property Type Description
Area Double
Bounds System.Windows.Media.Geometry

Property Details

Area public property

The vertex's area.
public Double Area
return Double

Bounds public property

The vertex's bounds.
public Geometry,System.Windows.Media Bounds
return System.Windows.Media.Geometry