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
Mostra file Open project: TNOCS/csTouch

Private Properties

Property Type Description
AddPatterns void
CreatePattern IEnumerable

Public Methods

Method Description
PatternTransformer ( ) : System

Initializes a new instance of the PatternTransformer class.

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

Transforms the specified geometry.

Private Methods

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

Method Details

PatternTransformer() public method

Initializes a new instance of the PatternTransformer class.
public PatternTransformer ( ) : System
return System

Transform() public method

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