VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfImageViewerDrawingSurface Class / CreateImageViewerDrawingSurface(WpfImageViewer) Method
Syntax Requirements SeeAlso
In This Topic
    CreateImageViewerDrawingSurface(WpfImageViewer) Method (WpfImageViewerDrawingSurface)
    In This Topic
    Creates a new instance of ImageViewerDrawingSurface class.
    Syntax
    'Declaration
    
    Public Shared Function CreateImageViewerDrawingSurface( _
    ByVal viewer
    The viewer on which to draw.
    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
    The viewer on which to draw.

    Return Value

    A new instance of ImageViewerDrawingSurface class.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also