Table of Contents

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

PathPointOwnedHandle

Methods

Compare(PathPoint)

[Version("4.14")]
public int Compare(PathPoint point2)

Parameters

point2 PathPoint

Returns

int

Copy()

public PathPoint Copy()

Returns

PathPoint

Equal(PathPoint)

[Version("4.14")]
public bool Equal(PathPoint point2)

Parameters

point2 PathPoint

Returns

bool

Equals(PathPoint?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(PathPoint? other)

Parameters

other PathPoint

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

Free()

public void Free()

GetDistance(PathMeasure)

[Version("4.14")]
public float GetDistance(PathMeasure measure)

Parameters

measure PathMeasure

Returns

float

GetGType()

public static Type GetGType()

Returns

Type

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 Path
direction PathDirection

Returns

float