ImageAnnotationViewModelFactory - делегат
Делегат фабрики содания модели-представления настроек аннотации изображения
Пространство имён: Tessa.UI.Views.Charting.AnnotationsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
[NotNullAttribute]
public delegate ImageAnnotationViewModel ImageAnnotationViewModelFactory(
[NotNullAttribute] ImageAnnotationModel model
)
<NotNullAttribute>
Public Delegate Function ImageAnnotationViewModelFactory (
<NotNullAttribute> model As ImageAnnotationModel
) As ImageAnnotationViewModel
[NotNullAttribute]
public delegate ImageAnnotationViewModel^ ImageAnnotationViewModelFactory(
[NotNullAttribute] ImageAnnotationModel^ model
)
[<NotNullAttribute>]
type ImageAnnotationViewModelFactory =
delegate of
[<NotNullAttribute>] model : ImageAnnotationModel -> ImageAnnotationViewModel
- model ImageAnnotationModel
- Модель настроек аннотации изображения
ImageAnnotationViewModelМодель-представление настроек аннотации изображения