Class ShapeSegment

Class ShapeSegment

名称: Aspose.Imaging アセンション: Aspose.Imaging.dll (25.4.0)

セグメントとは、二つの点を結びつける線または曲線である。

public abstract class ShapeSegment

Inheritance

object ShapeSegment

Derived

LineSegment

相続人

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

終点を得る。

public abstract PointF EndPoint { get; }

不動産価値

PointF

StartPoint

出発点を得る。

public abstract PointF StartPoint { get; }

不動産価値

PointF

Methods

Equals(対象)

物体が平等であるかどうかを確認する。

public override bool Equals(object obj)

Parameters

obj object

他のオブジェクト

Returns

bool

平等比較の結果

Equals(ShapeSegment)

物体が平等であるかどうかを確認する。

protected bool Equals(ShapeSegment other)

Parameters

other ShapeSegment

他のオブジェクト

Returns

bool

平等比較の結果

GetHashCode()

現在のオブジェクトのハッシュコードを取得します。

public override int GetHashCode()

Returns

int

ハッシュコード

 日本語