Class ShapeSegment

Class ShapeSegment

Numele spaţiului: Aspose.Imaging Asamblare: Aspose.Imaging.dll (25.4.0)

Un segment este o linie sau curva care conecteaza doua puncte.

public abstract class ShapeSegment

Inheritance

object ShapeSegment

Derived

LineSegment

Membrii moștenitori

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

ShapeSegment()

protected ShapeSegment()

Properties

EndPoint

Obțineți punctul final.

public abstract PointF EndPoint { get; }

Valoarea proprietății

PointF

StartPoint

Obțineți punctul de plecare.

public abstract PointF StartPoint { get; }

Valoarea proprietății

PointF

Methods

Equals(Obiectul)

Verificați dacă obiectele sunt egale.

public override bool Equals(object obj)

Parameters

obj object

celălalt obiect.

Returns

bool

Rezultatul comparării egalităţii.

Equals(ShapeSegment)

Verificați dacă obiectele sunt egale.

protected bool Equals(ShapeSegment other)

Parameters

other ShapeSegment

celălalt obiect.

Returns

bool

Rezultatul comparării egalităţii.

GetHashCode()

Obțineți codul hash al obiectului curent.

public override int GetHashCode()

Returns

int

Codul de hash.

 Română