Class PointRegion
Store the regions of the segment.
Inheritance
System.Object
PointRegion
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.WinForms.SmithChart
Assembly: Syncfusion.SfSmithChart.WinForms.dll
Syntax
public class PointRegion
Constructors
PointRegion()
Declaration
public PointRegion()
Properties
Point
Gets or sets the screen location stored for the actual resistance and reactance value.
Declaration
public PointF Point { get; set; }
Property Value
Type |
---|
System.Drawing.PointF |
X
Gets or sets the resistance value of the ItemSource.
Declaration
public double X { get; set; }
Property Value
Type |
---|
System.Double |
Y
Gets or sets the reactance value of the ItemSource.
Declaration
public double Y { get; set; }
Property Value
Type |
---|
System.Double |