Class BezierSegment

Class BezierSegment

名称: Aspose.Imaging.ShapeSegments 收藏: Aspose.Imaging.dll (25.4.0)

从一个点到下一个点,使用两个控制点。

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、点F)

启动了 Aspose.Imaging.ShapeSegments.BezierSegment 类的新例子。

public BezierSegment(PointF startPoint, PointF firstControlPoint, PointF secondControlPoint, PointF endPoint)

Parameters

startPoint PointF

开始点。

firstControlPoint PointF

第一点控制。

secondControlPoint PointF

第二个控制点。

endPoint PointF

最后点。

Properties

FirstControlPoint

得到一个 bezier spline 的第一个控制点。

public PointF FirstControlPoint { get; }

财产价值

PointF

SecondControlPoint

得到一个 bezier spline 的第二个控制点。

public PointF SecondControlPoint { get; }

财产价值

PointF

Methods

Equals(对象)

检查对象是否平等。

public override bool Equals(object obj)

Parameters

obj object

其它对象。

Returns

bool

平等比较结果。

GetHashCode()

获取当前对象的哈希代码。

public override int GetHashCode()

Returns

int

哈希代码。

 中文