Click or drag to resize

PathPoint Class

An immutable point defined by a position and a date. Also contains display properties such as color and translucency.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.GraphicsPathPoint

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class PathPoint : IEquatable<PathPoint>

The PathPoint type exposes the following members.

Constructors
  NameDescription
Public methodPathPoint(Cartesian, JulianDate)
Initializes a PathPoint with the given position and date.
Public methodPathPoint(Cartesian, JulianDate, Color)
Initializes a PathPoint with the given position, date, and color.
Public methodPathPoint(Cartesian, JulianDate, Color, Single)
Initializes a PathPoint with the given position, date, color, and translucency.
Public methodPathPoint(Cartesian, JulianDate, Color, Single, Color)
Initializes a PathPoint with the given position, date, color, translucency, and outline color.
Public methodPathPoint(Cartesian, JulianDate, Color, Single, Color, Single)
Initializes a PathPoint with the given cartesian position, date, color, translucency, outline color, and outline translucency.
Top
Properties
  NameDescription
Public propertyColor
Gets the color associated with this point.
Public propertyDate
Gets the date associated with this point.
Public propertyOutlineColor
Gets the outline color associated with this point.
Public propertyOutlineTranslucency
Gets the outline translucency associated with this point.
Public propertyPosition
Gets the position associated with this point.
Public propertyTranslucency
Gets the translucency associated with this point.
Top
Methods
  NameDescription
Public methodEquals(Object)
Indicates whether another object is exactly equal to this instance.
(Overrides ObjectEquals(Object).)
Public methodEquals(PathPoint)
Indicates whether another instance of this type is exactly equal to this instance.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the string representation of the value of this instance.
(Overrides ObjectToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Returns if the two instances are exactly equal.
Public operatorStatic memberInequality
Returns if the two instances are not exactly equal.
Top
See Also