C# Класс csCommon.Types.Geometries.AdvancedGeometry.GeometryChangeListener

Listen to the geometry changes of a path object.
Показать файл Открыть проект

Открытые методы

Метод Описание
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