C# 클래스 Gu.Wpf.Geometry.GradientPath.FigureGeometry

파일 보기 프로젝트 열기: JohanLarsson/Gu.Wpf.Geometry

공개 프로퍼티들

프로퍼티 타입 설명
Lines IReadOnlyList
PathGeometries System.Windows.Media.PathGeometry[]

공개 메소드들

메소드 설명
FigureGeometry ( System.Windows.Media.PathFigure figure, double strokeThickness ) : System.Collections.Generic

비공개 메소드들

메소드 설명
CreateOffsetLines ( IReadOnlyList lines, double offset ) : IReadOnlyList
CreatePath ( Line l1, Line l2 ) : System.Windows.Media.PathGeometry

메소드 상세

FigureGeometry() 공개 메소드

public FigureGeometry ( System.Windows.Media.PathFigure figure, double strokeThickness ) : System.Collections.Generic
figure System.Windows.Media.PathFigure
strokeThickness double
리턴 System.Collections.Generic

프로퍼티 상세

Lines 공개적으로 프로퍼티

public IReadOnlyList Lines
리턴 IReadOnlyList

PathGeometries 공개적으로 프로퍼티

public PathGeometry[],System.Windows.Media PathGeometries
리턴 System.Windows.Media.PathGeometry[]