Class PathPoint
- Namespace
- Gsk
- Assembly
- Gsk-4.0.dll
public sealed class PathPoint : BoxedRecord, IEquatable<PathPoint>
- Inheritance
-
PathPoint
- Implements
- Inherited Members
Constructors
PathPoint()
public PathPoint()
PathPoint(PathPointOwnedHandle)
public PathPoint(PathPointOwnedHandle handle)
Parameters
handle
PathPointOwnedHandle
Properties
Handle
public PathPointOwnedHandle Handle { get; }
Property Value
Methods
Compare(PathPoint)
[Version("4.14")]
public int Compare(PathPoint point2)
Parameters
point2
PathPoint
Returns
Copy()
public PathPoint Copy()
Returns
Equal(PathPoint)
[Version("4.14")]
public bool Equal(PathPoint point2)
Parameters
point2
PathPoint
Returns
Equals(PathPoint?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(PathPoint? other)
Parameters
other
PathPointAn object to compare with this object.
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
Free()
public void Free()
GetDistance(PathMeasure)
[Version("4.14")]
public float GetDistance(PathMeasure measure)
Parameters
measure
PathMeasure
Returns
GetGType()
public static Type GetGType()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetRotation(Path, PathDirection)
[Version("4.14")]
public float GetRotation(Path path, PathDirection direction)
Parameters
path
Pathdirection
PathDirection