Class PathMeasure
- Namespace
- Gsk
- Assembly
- Gsk-4.0.dll
public sealed class PathMeasure : BoxedRecord, IEquatable<PathMeasure>
- Inheritance
-
PathMeasure
- Implements
- Inherited Members
Constructors
PathMeasure(PathMeasureOwnedHandle)
public PathMeasure(PathMeasureOwnedHandle handle)
Parameters
handle
PathMeasureOwnedHandle
Properties
Handle
public PathMeasureOwnedHandle Handle { get; }
Property Value
Methods
Equals(PathMeasure?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(PathMeasure? other)
Parameters
other
PathMeasureAn 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
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.
GetLength()
[Version("4.14")]
public float GetLength()
Returns
GetPath()
[Version("4.14")]
public Path GetPath()
Returns
GetTolerance()
[Version("4.14")]
public float GetTolerance()
Returns
New(Path)
[Version("4.14")]
public static PathMeasure New(Path path)
Parameters
path
Path
Returns
NewWithTolerance(Path, float)
[Version("4.14")]
public static PathMeasure NewWithTolerance(Path path, float tolerance)
Parameters
Returns
Ref()
[Version("4.14")]
public PathMeasure Ref()
Returns
Unref()
[Version("4.14")]
public void Unref()