Class ROICalRectangle
矩形ROI计算
public class ROICalRectangle
- Inheritance
-
ROICalRectangle
- Inherited Members
- Extension Methods
Properties
AngleOffset
角度补偿
public float 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
SizeAbsEnableLength1
长1使能(相对值)
public bool SizeAbsEnableLength1 { get; set; }
Property Value
SizeAbsEnableLength2
长2使能(相对值)
public bool SizeAbsEnableLength2 { get; set; }
Property Value
SizeAbsoluteLength1
相对值长度1
public double SizeAbsoluteLength1 { get; set; }
Property Value
SizeAbsoluteLength2
相对值长度2
public double SizeAbsoluteLength2 { get; set; }
Property Value
SizeRefOffset1
长1补偿(相对值)
public double SizeRefOffset1 { get; set; }
Property Value
SizeRefOffset2
长2补偿(相对值)
public double SizeRefOffset2 { get; set; }
Property Value
SizeRefReferPointEnd1
长1结束点(相对值)
public int SizeRefReferPointEnd1 { get; set; }
Property Value
SizeRefReferPointEnd2
长2结束点(相对值)
public int SizeRefReferPointEnd2 { get; set; }
Property Value
SizeRefReferPointStart1
长1开始点(相对值)
public int SizeRefReferPointStart1 { get; set; }
Property Value
SizeRefReferPointStart2
长2开始点(相对值)
public int SizeRefReferPointStart2 { get; set; }
Property Value
SizeRefRelative1
长1比例(相对值)
public double SizeRefRelative1 { get; set; }
Property Value
SizeRefRelative2
长2比例(相对值)
public double SizeRefRelative2 { get; set; }
Property Value
Methods
Clone()
克隆
public object Clone()
Returns
ToString()
重写转字符串
public override string ToString()