Class ObjectWithBounds

Class ObjectWithBounds

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

限界を持つ物体です。

public abstract class ObjectWithBounds

Inheritance

object ObjectWithBounds

Derived

Figure , GraphicsPath , Shape

相続人

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

ObjectWithBounds()

protected ObjectWithBounds()

Properties

Bounds

オブジェクトの境界線を見つける。

public abstract RectangleF Bounds { get; }

不動産価値

RectangleF

Methods

Equals(対象)

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

public override bool Equals(object obj)

Parameters

obj object

他のオブジェクト

Returns

bool

平等比較の結果

Equals(ObjectWithBounds)

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

protected bool Equals(ObjectWithBounds other)

Parameters

other ObjectWithBounds

他のオブジェクト

Returns

bool

平等比較の結果

GetBounds(Matrix)

オブジェクトの境界線を見つける。

public abstract RectangleF GetBounds(Matrix matrix)

Parameters

matrix Matrix

制限前に適用されるマトリックスは計算されます。

Returns

RectangleF

予想される物体の限界。

GetBounds(マトリックス、ペン)

オブジェクトの境界線を見つける。

public abstract RectangleF GetBounds(Matrix matrix, Pen pen)

Parameters

matrix Matrix

制限前に適用されるマトリックスは計算されます。

pen Pen

オブジェクトに使用するペン. これは、オブジェクトの境界サイズに影響を与える可能性があります。

Returns

RectangleF

予想される物体の限界。

GetHashCode()

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

public override int GetHashCode()

Returns

int

ハッシュコード

Transform(Matrix)

形状に指定された変換を適用します。

public abstract void Transform(Matrix transform)

Parameters

transform Matrix

適用される変革。

 日本語