Class ShapeSegment
Class ShapeSegment
İsim alanı : Aspose.Imaging Toplantı: Aspose.Imaging.dll (25.4.0)
Bir segment iki noktaya bağlayan bir çizgi veya eğridir.
public abstract class ShapeSegment
Inheritance
Derived
mirasçı üyeleri
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
Son noktaya ulaşır.
public abstract PointF EndPoint { get; }
Mülkiyet Değer
StartPoint
Başlangıç noktasını bulur.
public abstract PointF StartPoint { get; }
Mülkiyet Değer
Methods
Equals(nesne)
nesnelerin eşit olup olmadığını kontrol edin.
public override bool Equals(object obj)
Parameters
obj
object
Diğer nesne ise.
Returns
Eşitlik karşılaştırma sonuçları.
Equals(ShapeSegment)
nesnelerin eşit olup olmadığını kontrol edin.
protected bool Equals(ShapeSegment other)
Parameters
other
ShapeSegment
Diğer nesne ise.
Returns
Eşitlik karşılaştırma sonuçları.
GetHashCode()
Mevcut nesnenin hash kodu alın.
public override int GetHashCode()
Returns
Hash kodu ile ilgili.