Table of Contents

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

PathMeasureOwnedHandle

Methods

Equals(PathMeasure?)

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

public bool Equals(PathMeasure? other)

Parameters

other PathMeasure

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.

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.

GetLength()

[Version("4.14")]
public float GetLength()

Returns

float

GetPath()

[Version("4.14")]
public Path GetPath()

Returns

Path

GetTolerance()

[Version("4.14")]
public float GetTolerance()

Returns

float

New(Path)

[Version("4.14")]
public static PathMeasure New(Path path)

Parameters

path Path

Returns

PathMeasure

NewWithTolerance(Path, float)

[Version("4.14")]
public static PathMeasure NewWithTolerance(Path path, float tolerance)

Parameters

path Path
tolerance float

Returns

PathMeasure

Ref()

[Version("4.14")]
public PathMeasure Ref()

Returns

PathMeasure

Unref()

[Version("4.14")]
public void Unref()