C# 클래스 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.
상속: IGeometryTransformer
파일 보기 프로젝트 열기: TNOCS/csTouch

Private Properties

프로퍼티 타입 설명
AddPatterns void
CreatePattern IEnumerable

공개 메소드들

메소드 설명
PatternTransformer ( ) : System

Initializes a new instance of the PatternTransformer class.

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

Transforms the specified geometry.

비공개 메소드들

메소드 설명
AddPatterns ( System.Windows.Media.PathGeometry path, System.Windows.Media.PathFigure pathFigure ) : void
CreatePattern ( System point, double rotation ) : IEnumerable

메소드 상세

PatternTransformer() 공개 메소드

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

Transform() 공개 메소드

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