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

Show file Open project: JohanLarsson/Gu.Wpf.Geometry

Public Properties

Property Type Description
Lines IReadOnlyList
PathGeometries System.Windows.Media.PathGeometry[]

Public Methods

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

Private Methods

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

Method Details

FigureGeometry() public method

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

Property Details

Lines public property

public IReadOnlyList Lines
return IReadOnlyList

PathGeometries public property

public PathGeometry[],System.Windows.Media PathGeometries
return System.Windows.Media.PathGeometry[]