C# 클래스 csCommon.Types.Geometries.AdvancedGeometry.GeometryChangeListener

Listen to the geometry changes of a path object.
파일 보기 프로젝트 열기: TNOCS/csTouch

공개 메소드들

메소드 설명
GeometryChangeListener ( System.Windows.Shapes.Path path ) : System

Initializes a new instance of the GeometryChangeListener class and creates the binding with the geometry of the path.

StopListening ( ) : void

Stops the listening.

비공개 메소드들

메소드 설명
OnGeometryChanged ( object sender, GeometryEventsArgs e ) : void

메소드 상세

GeometryChangeListener() 공개 메소드

Initializes a new instance of the GeometryChangeListener class and creates the binding with the geometry of the path.
public GeometryChangeListener ( System.Windows.Shapes.Path path ) : System
path System.Windows.Shapes.Path The path.
리턴 System

StopListening() 공개 메소드

Stops the listening.
public StopListening ( ) : void
리턴 void