Class ROICalContour
轮廓ROI计算
public class ROICalContour
- Inheritance
-
ROICalContour
- Inherited Members
- Extension Methods
Properties
AngleOffset
角度补偿
public double AngleOffset { get; set; }
Property Value
AngleReferPointEnd
角度参照结束点
public int AngleReferPointEnd { get; set; }
Property Value
AngleReferPointStart
角度参照开始点
public int AngleReferPointStart { get; set; }
Property Value
Name
名称
public string Name { get; set; }
Property Value
PositionOffsetColumn
位置偏移量行
public double PositionOffsetColumn { get; set; }
Property Value
PositionOffsetRow
位置偏移量列
public double PositionOffsetRow { get; set; }
Property Value
PositionReferPoint
位置参照点
public int PositionReferPoint { get; set; }
Property Value
ROI
测量区域(绘制ROI)
public CContour ROI { get; set; }
Property Value
Methods
ToString()
重写转字符串
public override string ToString()