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
Derived
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
StartPoint
Obțineți punctul de plecare.
public abstract PointF StartPoint { get; }
Valoarea proprietății
Methods
Equals(Obiectul)
Verificați dacă obiectele sunt egale.
public override bool Equals(object obj)
Parameters
obj
object
celălalt obiect.
Returns
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
Rezultatul comparării egalităţii.
GetHashCode()
Obțineți codul hash al obiectului curent.
public override int GetHashCode()
Returns
Codul de hash.