Click or drag to resize

PathPointBuilder Class

A mutable point used to build immutable PathPoint objects.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.GraphicsPathPointBuilder

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 PathPointBuilder : IEquatable<PathPointBuilder>

The PathPointBuilder type exposes the following members.

Constructors
  NameDescription
Public methodPathPointBuilder
Constructs a default PathPointBuilder object.
Public methodPathPointBuilder(Cartesian, JulianDate)
Initializes a PathPointBuilder with the given position and date.
Public methodPathPointBuilder(Cartesian, JulianDate, Color)
Initializes a PathPointBuilder with the given position, date, and color.
Public methodPathPointBuilder(CentralBody, Cartographic, JulianDate)
Initializes a PathPointBuilder with the given position and date.
Public methodPathPointBuilder(Cartesian, JulianDate, Color, Single)
Initializes a PathPointBuilder with the given position, date, color, and translucency.
Public methodPathPointBuilder(CentralBody, Cartographic, JulianDate, Color)
Initializes a PathPointBuilder with the given position, date, and color.
Public methodPathPointBuilder(Cartesian, JulianDate, Color, Single, Color)
Initializes a PathPointBuilder with the given position, date, color, translucency, and outline color.
Public methodPathPointBuilder(CentralBody, Cartographic, JulianDate, Color, Single)
Initializes a PathPointBuilder with the given position, date, color, and translucency.
Public methodPathPointBuilder(Cartesian, JulianDate, Color, Single, Color, Single)
Initializes a PathPointBuilder with the given cartesian position, date, color, translucency, outline color, and outline translucency.
Public methodPathPointBuilder(CentralBody, Cartographic, JulianDate, Color, Single, Color)
Initializes a PathPointBuilder with the given position, date, color, translucency, and outline color.
Public methodPathPointBuilder(CentralBody, Cartographic, JulianDate, Color, Single, Color, Single)
Initializes a PathPointBuilder with the given cartographic position, date, color, translucency, outline color, and outline translucency.
Top
Properties
  NameDescription
Public propertyColor
Gets or sets the color associated with this point.
Public propertyDate
Gets or sets the date associated with this point.
Public propertyOutlineColor
Gets or sets the outline color associated with this point.
Public propertyOutlineTranslucency
Gets or sets the outline translucency associated with this point.
Public propertyPosition
Gets or sets the position associated with this point.
Public propertyTranslucency
Gets or sets 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(PathPointBuilder)
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 methodSetPositionCartographic
Sets the position of the point given in cartographic coordinates defined on a central body.
Public methodToPathPoint
Returns an immutable PathPoint object built from this object's attributes.
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