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

object ShapeSegment

Derived

LineSegment

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

PointF

StartPoint

Başlangıç noktasını bulur.

public abstract PointF StartPoint { get; }

Mülkiyet Değer

PointF

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

bool

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

bool

Eşitlik karşılaştırma sonuçları.

GetHashCode()

Mevcut nesnenin hash kodu alın.

public override int GetHashCode()

Returns

int

Hash kodu ile ilgili.

 Türkçe