PathGeometry.Figures 속성

정의

경로의 내용을 설명하는 PathFigure 개체의 컬렉션을 가져오거나 설정합니다.

public:
 property PathFigureCollection ^ Figures { PathFigureCollection ^ get(); void set(PathFigureCollection ^ value); };
PathFigureCollection Figures();

void Figures(PathFigureCollection value);
public PathFigureCollection Figures { get; set; }
var pathFigureCollection = pathGeometry.figures;
pathGeometry.figures = pathFigureCollection;
Public Property Figures As PathFigureCollection
<PathGeometry>
  <PathGeometry.Figures>
    oneOrMoreFigures
  </PathGeometry.Figures>
</PathGeometry>

속성 값

경로의 내용을 설명하는 PathFigure 개체의 컬렉션입니다. 각 개별 PathFigure 는 셰이프를 설명합니다.

설명

둘 이상의 PathFigure를 원하는 기본 이유는 전체 PathGeometry를 다른 위치에서 줄을 "다시 시작"할 수 있는 하나의 벡터 드로잉으로 간주하고 IsClosed을 사용하여 각 그림을 닫으려면 입니다.

적용 대상

추가 정보