Class BiomImageSegmentVertexType
A data type for a single pair of horizontal and vertical measures describing a point in an image
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomImageSegmentVertexType : IEquatable<BiomImageSegmentVertexType>
Properties
Context
biomImageSegmentVertexType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomImageSegmentVertexType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomImageSegmentVertexType.ContextEnum> | biomImageSegmentVertexType JSON-LD context |
ImageLocationHorizontalCoordinateMeasure
A distance in 10 micrometer units (0.01mm) from the left edge of a region of interest in an image NIEM reference is biom:ImageLocationHorizontalCoordinateMeasure
Declaration
[DataMember(Name = "imageLocationHorizontalCoordinateMeasure")]
public List<NiemXsinteger> ImageLocationHorizontalCoordinateMeasure { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsinteger> | A distance in 10 micrometer units (0.01mm) from the left edge of a region of interest in an image NIEM reference is biom:ImageLocationHorizontalCoordinateMeasure |
ImageLocationVerticalCoordinateMeasure
A distance in 10 micrometer units (0.01mm) from the top edge of a region of interest in an image NIEM reference is biom:ImageLocationVerticalCoordinateMeasure
Declaration
[DataMember(Name = "imageLocationVerticalCoordinateMeasure")]
public List<NiemXsinteger> ImageLocationVerticalCoordinateMeasure { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsinteger> | A distance in 10 micrometer units (0.01mm) from the top edge of a region of interest in an image NIEM reference is biom:ImageLocationVerticalCoordinateMeasure |
Methods
Equals(BiomImageSegmentVertexType)
Returns true if BiomImageSegmentVertexType instances are equal
Declaration
public bool Equals(BiomImageSegmentVertexType other)
Parameters
Type | Name | Description |
---|---|---|
BiomImageSegmentVertexType | other | Instance of BiomImageSegmentVertexType to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Equals(Object)
Returns true if objects are equal
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | Object to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Overrides
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | Hash code |
Overrides
ToJson()
Returns the JSON string presentation of the object
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | String presentation of the object |
Overrides
Operators
Equality(BiomImageSegmentVertexType, BiomImageSegmentVertexType)
Declaration
public static bool operator ==(BiomImageSegmentVertexType left, BiomImageSegmentVertexType right)
Parameters
Type | Name | Description |
---|---|---|
BiomImageSegmentVertexType | left | |
BiomImageSegmentVertexType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomImageSegmentVertexType, BiomImageSegmentVertexType)
Declaration
public static bool operator !=(BiomImageSegmentVertexType left, BiomImageSegmentVertexType right)
Parameters
Type | Name | Description |
---|---|---|
BiomImageSegmentVertexType | left | |
BiomImageSegmentVertexType | right |
Returns
Type | Description |
---|---|
System.Boolean |