Leadtools.Windows.Annotations Namespace > AnnPolyRulerObject Class : OnPointsChanged Method |
protected override void OnPointsChanged( RoutedPropertyChangedEventArgs<PointCollection> e )
'Declaration Protected Overrides Sub OnPointsChanged( _ ByVal e As RoutedPropertyChangedEventArgs(Of PointCollection) _ )
'Usage Dim instance As AnnPolyRulerObject Dim e As RoutedPropertyChangedEventArgs(Of PointCollection) instance.OnPointsChanged(e)
protected: void OnPointsChanged( RoutedPropertyChangedEventArgs<PointCollection^>^ e ) override