Class Shape

Class Shape

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

形状:特定のルールを使用して結びついたポイントの継続的なセット。

public abstract class Shape : ObjectWithBounds

Inheritance

object ObjectWithBounds Shape

Derived

PolygonShape , RectangleProjectedShape

相続人

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

形状の中心となる。

public abstract PointF Center { get; }

不動産価値

PointF

HasSegments

形状がセグメントを持っているかどうかを示す値を得る。

public abstract bool HasSegments { get; }

不動産価値

bool

Segments

形のセグメントを取得します。

public abstract ShapeSegment[] Segments { get; }

不動産価値

ShapeSegment ( )

Methods

Equals(対象)

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

public override bool Equals(object obj)

Parameters

obj object

他のオブジェクト

Returns

bool

平等比較の結果

Equals(Shape)

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

protected bool Equals(Shape other)

Parameters

other Shape

他のオブジェクト

Returns

bool

平等比較の結果

GetHashCode()

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

public override int GetHashCode()

Returns

int

ハッシュコード

 日本語