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

Stores calculated information about one vertex.
ファイルを表示 Open project: 2014-sed-team3/term-project

Public Properties

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

Property Details

Area public_oe property

The vertex's area.
public Double Area
return Double

Bounds public_oe property

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