Enum ShapeDetailDrawingMode
形状の詳細描画モードを示します。
Namespace: Menou.Menoute.Runtime.ViewControls
Assembly: Menou.Menoute.Runtime.ViewControls.dll
Syntax
[Flags]
public enum ShapeDetailDrawingMode
Fields
Name | Description |
---|---|
Area | 面積 |
Circularity | 円形度 |
ContourLength | 輪郭長 |
ConvexHull | 凸包 |
Count | 輪郭数 |
EllipseLongDiameter | 楕円の長径 |
EllipseShortDiameter | 楕円の短径 |
FarthestDistance | 最も離れた距離 |
Holes | 穴数 |
LineDensity | 線密度 |
LineLength | 直線長 |
LineMaxWidth | 線の最大幅 |
LineMinWidth | 線の最小幅 |
LineSlope | 直線の傾き |
LineVarianceWidth | 線の幅の分散 |
Linearity | 直線性 |
PolygonApproximation | 多角形近似 |
Roundness | 真円度 |