Class XpsPathFigure

Class XpsPathFigure

이름 공간 : Aspose.Page.XPS.XpsModel 모임: Aspose.Page.dll (25.4.0)

클래스 캡슐화 PathFigure 요소 기능.이 요소는 하나 이상의 라인 또는 곡선 세그먼트의 집합으로 구성됩니다.

public class XpsPathFigure : XpsArray<xpspathsegment>

Inheritance

object XpsObject XpsArray XpsPathFigure

상속 회원들

XpsArray.Add(XpsPathSegment) , XpsArray.Remove(XpsPathSegment) , XpsArray.Insert(int, XpsPathSegment) , XpsArray.RemoveAt(int) , XpsArray.this[int] , XpsArray.Count , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

IsClosed

길이 숫자가 닫혀 있는지 여부를 나타내는 값을 반환/세트합니다.

public bool IsClosed { get; set; }

부동산 가치

bool

IsFilled

복구/세트 값은 경로 숫자가 컴퓨터에서 사용되는지 여부를 나타냅니다.길을 포함하는 지질학의 영역.

public bool IsFilled { get; set; }

부동산 가치

bool

Segments

아동 경로 세그먼트의 반환 목록.

public List<xpspathsegment> Segments { get; }

부동산 가치

List &lt에 대한 정보 XpsPathSegment >

StartPoint

길의 첫 번째 세그먼트에 대한 출발점을 반환/설정합니다.

public PointF StartPoint { get; set; }

부동산 가치

PointF

Methods

Clone()

이 길의 숫자를 클론합니다.

public XpsPathFigure Clone()

Returns

XpsPathFigure

이 도로의 클론 숫자.

 한국어