Class ROICalCircleArc
圆弧ROI计算
public class ROICalCircleArc
- Inheritance
-
ROICalCircleArc
- 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
EndAngle
结束角度
public double EndAngle { 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
SizeAbsEnableRadius
长1使能(相对值)
public bool SizeAbsEnableRadius { get; set; }
Property Value
SizeAbsoluteRadius
半径
public double SizeAbsoluteRadius { get; set; }
Property Value
SizeRefOffset1
长1补偿(相对值)
public double SizeRefOffset1 { get; set; }
Property Value
SizeRefReferPointEnd1
长1结束点(相对值)
public int SizeRefReferPointEnd1 { get; set; }
Property Value
SizeRefReferPointStart1
长1开始点(相对值)
public int SizeRefReferPointStart1 { get; set; }
Property Value
SizeRefRelative1
长1比例(相对值)
public double SizeRefRelative1 { get; set; }
Property Value
StartAngle
开始角度
public double StartAngle { get; set; }
Property Value
Methods
ToString()
重写转字符串
public override string ToString()