Class Shape

Class Shape

İsim alanı : Aspose.Imaging Toplantı: Aspose.Imaging.dll (25.4.0)

Şekil: Belirli bir kural kullanılarak bağlantılı noktaların sürekli bir dizi.

public abstract class Shape : ObjectWithBounds

Inheritance

object ObjectWithBounds Shape

Derived

PolygonShape , RectangleProjectedShape

mirasçı üyeleri

ObjectWithBounds.GetBounds(Matrix) , ObjectWithBounds.GetBounds(Matrix, Pen) , ObjectWithBounds.Transform(Matrix) , ObjectWithBounds.Equals(object) , ObjectWithBounds.GetHashCode() , ObjectWithBounds.Equals(ObjectWithBounds) , ObjectWithBounds.Bounds , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

Shape()

protected Shape()

Properties

Center

Şekilin merkezini bulur.

public abstract PointF Center { get; }

Mülkiyet Değer

PointF

HasSegments

Şekil segmentleri olup olmadığını gösteren bir değer alır.

public abstract bool HasSegments { get; }

Mülkiyet Değer

bool

Segments

Şekil segmentleri oluşturur.

public abstract ShapeSegment[] Segments { get; }

Mülkiyet Değer

ShapeSegment […]

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(Shape)

nesnelerin eşit olup olmadığını kontrol edin.

protected bool Equals(Shape other)

Parameters

other Shape

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