Class MappedElementParser
Inheritance
MappedElementParser
Inherited Members
Namespace: VisioForge.Core.Metadata.KLV
Assembly: VisioForge.Core.dll
Syntax
public class MappedElementParser : ElementParser
Constructors
MappedElementParser(byte[], byte[])
Declaration
public MappedElementParser(byte[] key, byte[] value)
Parameters
| Type | Name | Description |
|---|---|---|
| byte[] | key | |
| byte[] | value |
Fields
Domain
Declaration
public Tuple<double, double> Domain
Field Value
| Type | Description |
|---|---|
| Tuple<double, double> |
Error
Declaration
public double? Error
Field Value
| Type | Description |
|---|---|
| double? |
Range
Declaration
public Tuple<double, double> Range
Field Value
| Type | Description |
|---|---|
| Tuple<double, double> |
Methods
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents the current object. |