Class BezierSegment
名称: Aspose.Imaging.ShapeSegments アセンション: Aspose.Imaging.dll (25.4.0)
ベジヤーセグメントは1点から次の点に移動し、2つのコントロールポイントを使用します。
public sealed class BezierSegment : LineSegment
Inheritance
object ← ShapeSegment ← LineSegment ← BezierSegment
相続人
LineSegment.Equals(object) , LineSegment.GetHashCode() , LineSegment.StartPoint , LineSegment.EndPoint , ShapeSegment.Equals(object) , ShapeSegment.GetHashCode() , ShapeSegment.StartPoint , ShapeSegment.EndPoint , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
BezierSegment(ポイントF、ポイントF、ポイントF)
Aspose.Imaging.ShapeSegments.BezierSegmentクラスの新しい例を開始します。
public BezierSegment(PointF startPoint, PointF firstControlPoint, PointF secondControlPoint, PointF endPoint)
Parameters
startPoint
PointF
スタートポイントです。
firstControlPoint
PointF
最初のコントロールポイント
secondControlPoint
PointF
2番目のコントロールポイント
endPoint
PointF
最終点です。
Properties
FirstControlPoint
最初のコントロールポイントをゼイヤーのスプラインで得る。
public PointF FirstControlPoint { get; }
不動産価値
SecondControlPoint
二番目のコントロールポイントをゼイヤーのスプラインで得る。
public PointF SecondControlPoint { get; }
不動産価値
Methods
Equals(対象)
物体が平等であるかどうかを確認する。
public override bool Equals(object obj)
Parameters
obj
object
他のオブジェクト
Returns
平等比較の結果
GetHashCode()
現在のオブジェクトのハッシュコードを取得します。
public override int GetHashCode()
Returns
ハッシュコード