C# Класс Gu.Wpf.Geometry.GradientPath.FigureGeometry

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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[]