Aspose::Page::XPS::XpsModel::XpsArcSegment 类

XpsArcSegment class

类封装 ArcSegment 元素特性。此元素描述椭圆弧。

class XpsArcSegment : public Aspose::Page::XPS::XpsModel::XpsPathSegment

方法

方法描述
Clone()克隆此弧段。
get_IsLargeArc() const返回/设置 确定弧线是否以 180 度或更大角度绘制的值。
get_Point() const返回/设置椭圆弧的端点。
get_RotationAngle() const返回/设置指示椭圆相对于当前坐标系旋转方式的值。
get_Size() const返回/设置椭圆弧的 x 和 y 半径,以 x,y 对的形式。
get_SweepDirection() const返回/设置指定绘制弧线方向的值。
set_IsLargeArc(bool)返回/设置 确定弧线是否以 180 度或更大角度绘制的值。
set_Point(System::Drawing::PointF)返回/设置椭圆弧的端点。
set_RotationAngle(float)返回/设置指示椭圆相对于当前坐标系旋转方式的值。
set_Size(System::Drawing::SizeF)返回/设置椭圆弧的 x 和 y 半径,以 x,y 对的形式。
set_SweepDirection(XpsSweepDirection)返回/设置指定绘制弧线方向的值。

另见