Class BezierShape

Class BezierShape

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

ベイジーのスプリングを表しています。

public sealed class BezierShape : PolygonShape, IOrderedShape

Inheritance

object ObjectWithBounds Shape PolygonShape BezierShape

Implements

IOrderedShape

相続人

PolygonShape.Reverse() , PolygonShape.GetBounds(Matrix) , PolygonShape.GetBounds(Matrix, Pen) , PolygonShape.Transform(Matrix) , PolygonShape.Equals(object) , PolygonShape.GetHashCode() , PolygonShape.Points , PolygonShape.IsClosed , PolygonShape.Bounds , PolygonShape.Center , PolygonShape.Segments , PolygonShape.HasSegments , PolygonShape.StartPoint , PolygonShape.EndPoint , Shape.Equals(object) , Shape.GetHashCode() , Shape.Center , Shape.Segments , Shape.HasSegments , ObjectWithBounds.GetBounds(Matrix) , ObjectWithBounds.GetBounds(Matrix, Pen) , ObjectWithBounds.Transform(Matrix) , ObjectWithBounds.Equals(object) , ObjectWithBounds.GetHashCode() , ObjectWithBounds.Bounds , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

BezierShape()

Aspose.Imaging.Shapes.BezierShapeクラスの新しい例を開始します。

[JsonConstructor]
public BezierShape()

BezierShape(ポイントF[])

Aspose.Imaging.Shapes.BezierShapeクラスの新しい例を開始します。

public BezierShape(PointF[] points)

Parameters

points PointF ( )

ポイントはアレイ。

BezierShape(ポイントF( ), ボール)

Aspose.Imaging.Shapes.BezierShapeクラスの新しい例を開始します。

public BezierShape(PointF[] points, bool isClosed)

Parameters

points PointF ( )

ポイントはアレイ。

isClosed bool

「真実」に設定された場合、Bezier spline は閉鎖されます。

Properties

Bounds

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

[JsonIgnore]
public override RectangleF Bounds { get; }

不動産価値

RectangleF

Center

形状の中心となる。

[JsonIgnore]
public override PointF Center { get; }

不動産価値

PointF

EndPoint

結末形のポイントを取得します。

[JsonIgnore]
public override PointF EndPoint { get; }

不動産価値

PointF

HasSegments

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

[JsonIgnore]
public override bool HasSegments { get; }

不動産価値

bool

Segments

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

[JsonIgnore]
public override ShapeSegment[] Segments { get; }

不動産価値

ShapeSegment ( )

Methods

Equals(対象)

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

public override bool Equals(object obj)

Parameters

obj object

他のオブジェクト

Returns

bool

平等比較の結果

GetBounds(Matrix)

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

public override RectangleF GetBounds(Matrix matrix)

Parameters

matrix Matrix

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

Returns

RectangleF

予想される物体の限界。

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

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

public override RectangleF GetBounds(Matrix matrix, Pen pen)

Parameters

matrix Matrix

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

pen Pen

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

Returns

RectangleF

予想される物体の限界。

GetHashCode()

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

public override int GetHashCode()

Returns

int

ハッシュコード

 日本語