Struct Point
Plot point.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.Plots
Assembly: SpiceSharpParser.dll
Syntax
public struct Point
Properties
| Improve this Doc View SourceX
Gets or sets X - coordinate of point.
Declaration
public double X { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Y
Gets or sets Y - coordinate of point.
Declaration
public double Y { get; set; }
Property Value
Type | Description |
---|---|
System.Double |