Class StbCalColumnRigidzone
Inheritance
System.Object
StbCalColumnRigidzone
Assembly: STBDotNet.dll
Syntax
public class StbCalColumnRigidzone : object
Constructors
|
Improve this Doc
View Source
StbCalColumnRigidzone()
Declaration
public StbCalColumnRigidzone()
Properties
|
Improve this Doc
View Source
bottom_X
Declaration
public double bottom_X { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
bottom_Y
Declaration
public double bottom_Y { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
guid
Declaration
public string guid { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
id
Declaration
public string id { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
top_X
Declaration
public double top_X { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
top_Y
Declaration
public double top_Y { get; set; }
Property Value
Type |
Description |
System.Double |
|