C# Class csCommon.Types.Geometries.AdvancedGeometry.GeometryTransformers.PatternTransformer

Transformer adding patterns to a path geometry. The pattern is defined by any PathGeometry and, optionaly, can be transformed by a composite transformation. Patterns can be added at the starts/middle/end of the path or of each segment.
Inheritance: IGeometryTransformer
Afficher le fichier Open project: TNOCS/csTouch

Private Properties

Свойство Type Description
AddPatterns void
CreatePattern IEnumerable

Méthodes publiques

Méthode Description
PatternTransformer ( ) : System

Initializes a new instance of the PatternTransformer class.

Transform ( System.Windows.Media.Geometry geometry ) : void

Transforms the specified geometry.

Private Methods

Méthode Description
AddPatterns ( System.Windows.Media.PathGeometry path, System.Windows.Media.PathFigure pathFigure ) : void
CreatePattern ( System point, double rotation ) : IEnumerable

Method Details

PatternTransformer() public méthode

Initializes a new instance of the PatternTransformer class.
public PatternTransformer ( ) : System
Résultat System

Transform() public méthode

Transforms the specified geometry.
public Transform ( System.Windows.Media.Geometry geometry ) : void
geometry System.Windows.Media.Geometry The geometry.
Résultat void