Table of Contents

Class ROICalRectangle

Namespace
AT.Librarys.Container.Toolkit.ROI
Assembly
AT.Librarys.Container.dll

矩形ROI计算

public class ROICalRectangle
Inheritance
ROICalRectangle
Inherited Members
Extension Methods

Properties

AngleOffset

角度补偿

public float AngleOffset { get; set; }

Property Value

float

AngleReferPointEnd

角度参照结束点

public int AngleReferPointEnd { get; set; }

Property Value

int

AngleReferPointStart

角度参照开始点

public int AngleReferPointStart { get; set; }

Property Value

int

Name

名称

public string Name { get; set; }

Property Value

string

PositionOffsetColumn

位置偏移量行

public double PositionOffsetColumn { get; set; }

Property Value

double

PositionOffsetRow

位置偏移量列

public double PositionOffsetRow { get; set; }

Property Value

double

PositionReferPoint

位置参照点

public int PositionReferPoint { get; set; }

Property Value

int

SizeAbsEnableLength1

长1使能(相对值)

public bool SizeAbsEnableLength1 { get; set; }

Property Value

bool

SizeAbsEnableLength2

长2使能(相对值)

public bool SizeAbsEnableLength2 { get; set; }

Property Value

bool

SizeAbsoluteLength1

相对值长度1

public double SizeAbsoluteLength1 { get; set; }

Property Value

double

SizeAbsoluteLength2

相对值长度2

public double SizeAbsoluteLength2 { get; set; }

Property Value

double

SizeRefOffset1

长1补偿(相对值)

public double SizeRefOffset1 { get; set; }

Property Value

double

SizeRefOffset2

长2补偿(相对值)

public double SizeRefOffset2 { get; set; }

Property Value

double

SizeRefReferPointEnd1

长1结束点(相对值)

public int SizeRefReferPointEnd1 { get; set; }

Property Value

int

SizeRefReferPointEnd2

长2结束点(相对值)

public int SizeRefReferPointEnd2 { get; set; }

Property Value

int

SizeRefReferPointStart1

长1开始点(相对值)

public int SizeRefReferPointStart1 { get; set; }

Property Value

int

SizeRefReferPointStart2

长2开始点(相对值)

public int SizeRefReferPointStart2 { get; set; }

Property Value

int

SizeRefRelative1

长1比例(相对值)

public double SizeRefRelative1 { get; set; }

Property Value

double

SizeRefRelative2

长2比例(相对值)

public double SizeRefRelative2 { get; set; }

Property Value

double

Methods

Clone()

克隆

public object Clone()

Returns

object

ToString()

重写转字符串

public override string ToString()

Returns

string