VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Wpf.UI Namespace / WpfImageViewerDrawingSurface Class / CreateImageViewerDrawingSurface(WpfImageViewer) Method
Синтаксис Требования Смотрите также
В этом разделе
    CreateImageViewerDrawingSurface(WpfImageViewer) Метод (WpfImageViewerDrawingSurface)
    В этом разделе
    Создает новый экземпляр класса ImageViewerDrawingSurface.
    Синтаксис
    'Declaration
    
    Public Shared Function CreateImageViewerDrawingSurface( _
    ByVal viewer
    Просмотрщик, в котором можно рисовать.
    As WpfImageViewer _
    ) As Vintasoft.Imaging.UI.ImageViewerDrawingSurface
    public static Vintasoft.Imaging.UI.ImageViewerDrawingSurface CreateImageViewerDrawingSurface(
    WpfImageViewer viewer
    )
    public: static Vintasoft.Imaging.UI.ImageViewerDrawingSurface* CreateImageViewerDrawingSurface(
    WpfImageViewer* viewer
    )
    public:
    static Vintasoft.Imaging.UI.ImageViewerDrawingSurface^ CreateImageViewerDrawingSurface(
    WpfImageViewer^ viewer
    )

    Parameters

    viewer
    Просмотрщик, в котором можно рисовать.

    Return Value

    Новый экземпляр класса ImageViewerDrawingSurface.
    Требования

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

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