C# Class Gu.Wpf.Geometry.GradientPath.FigureGeometry

Afficher le fichier Open project: JohanLarsson/Gu.Wpf.Geometry

Méthodes publiques

Свойство Type Description
Lines IReadOnlyList
PathGeometries System.Windows.Media.PathGeometry[]

Méthodes publiques

Méthode Description
FigureGeometry ( System.Windows.Media.PathFigure figure, double strokeThickness ) : System.Collections.Generic

Private Methods

Méthode Description
CreateOffsetLines ( IReadOnlyList lines, double offset ) : IReadOnlyList
CreatePath ( Line l1, Line l2 ) : System.Windows.Media.PathGeometry

Method Details

FigureGeometry() public méthode

public FigureGeometry ( System.Windows.Media.PathFigure figure, double strokeThickness ) : System.Collections.Generic
figure System.Windows.Media.PathFigure
strokeThickness double
Résultat System.Collections.Generic

Property Details

Lines public_oe property

public IReadOnlyList Lines
Résultat IReadOnlyList

PathGeometries public_oe property

public PathGeometry[],System.Windows.Media PathGeometries
Résultat System.Windows.Media.PathGeometry[]