XpsDocument.CreateArcSegment

XpsDocument.CreateArcSegment method

创建一个新的椭圆弧段。

public XpsArcSegment CreateArcSegment(PointF point, SizeF size, float rotationAngle, 
    bool isLargeArc, XpsSweepDirection sweepDirection, bool isStroked = true)
范围类型描述
pointPointF椭圆弧的端点。
sizeSizeF作为 x,y 对的椭圆弧的 x 和 y 半径。
rotationAngleSingle指示椭圆如何相对于当前坐标系旋转。
isLargeArcBoolean确定是否使用 180 度或更大的扫描绘制圆弧。
sweepDirectionXpsSweepDirection绘制圆弧的方向。
isStrokedBoolean指定是否绘制此路径段的笔划。

返回值

新的椭圆弧段。

也可以看看