Aspose::Page::XPS::XpsDocument::CreateArcSegment メソッド

XpsDocument::CreateArcSegment method

新しい楕円弧セグメントを作成します。

System::SharedPtr<XpsModel::XpsArcSegment> Aspose::Page::XPS::XpsDocument::CreateArcSegment(System::Drawing::PointF point, System::Drawing::SizeF size, float rotationAngle, bool isLargeArc, XpsModel::XpsSweepDirection sweepDirection, bool isStroked=true)
パラメーター説明
ポイントSystem::Drawing::PointF楕円弧の終点。
sizeSystem::Drawing::SizeF楕円弧の x と y の半径(x,y のペア)。
rotationAngle単精度浮動小数点数楕円が現在の座標系に対してどのように回転しているかを示します。
isLargeArcbool弧が 180 度以上のスイープで描画されるかどうかを決定します。
sweepDirectionXpsModel::XpsSweepDirection弧が描画される方向。
isStrokedboolこのパスのセグメントのストロークが描画されるかどうかを指定します。

ReturnValue

新しい楕円弧セグメント。

参照