VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.UI Namespace / ImageViewerDrawingSurface Class / ImageViewerDrawingSurface Constructors / ImageViewerDrawingSurface Constructor(ImageViewer,VintasoftImage)
Синтаксис Требования Смотрите также
В этом разделе
    ImageViewerDrawingSurface Constructor(ImageViewer,VintasoftImage)
    В этом разделе
    Инициализирует новый экземпляр класса ImageViewerDrawingSurface.
    Синтаксис
    'Declaration
    
    Public Function New( _
    ByVal viewer
    Просмотр изображений.
    As ImageViewer, _
    ByVal image
    Изображение.
    As Vintasoft.Imaging.VintasoftImage _
    )
    public ImageViewerDrawingSurface(
    ImageViewer viewer,
    Vintasoft.Imaging.VintasoftImage image
    )
    public: ImageViewerDrawingSurface(
    ImageViewer* viewer,
    Vintasoft.Imaging.VintasoftImage* image
    )
    public:
    ImageViewerDrawingSurface(
    ImageViewer^ viewer,
    Vintasoft.Imaging.VintasoftImage^ image
    )

    Parameters

    viewer
    Просмотр изображений.
    image
    Изображение.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также