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타원이 현재 좌표계를 기준으로 회전하는 방법을 나타냅니다.
isLargeArcBoolean180 이상의 스윕으로 호를 그릴지 여부를 결정합니다.
sweepDirectionXpsSweepDirection호가 그려지는 방향입니다.
isStrokedBoolean경로의 이 세그먼트에 대한 획을 그릴지 여부를 지정합니다.

반환 값

새 타원형 호 세그먼트.

또한보십시오