C# Class csCommon.Types.Geometries.AdvancedGeometry.GeometryChangeListener

Listen to the geometry changes of a path object.
Mostra file Open project: TNOCS/csTouch

Public Methods

Method Description
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.

Private Methods

Method Description
OnGeometryChanged ( object sender, GeometryEventsArgs e ) : void

Method Details

GeometryChangeListener() public method

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.
return System

StopListening() public method

Stops the listening.
public StopListening ( ) : void
return void