Nevron Open Vision Documentation
Nevron.Nov.Diagram.Formats Namespace / NRasterImageDrawingFormat Class / bYb Method


In This Topic
    bYb Method (NRasterImageDrawingFormat)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Function bYb( _
       ByVal GMKh As NDrawingDocument, _
       ByVal hMKh As NFile, _
       ByVal IMKh As NDrawingSaveSettings, _
       ByVal jMKh As NProgress _
    ) As NPromise(Of Boolean)
    'Usage
     
    
    Dim instance As NRasterImageDrawingFormat
    Dim GMKh As NDrawingDocument
    Dim hMKh As NFile
    Dim IMKh As NDrawingSaveSettings
    Dim jMKh As NProgress
    Dim value As NPromise(Of Boolean)
     
    value = instance.bYb(GMKh, hMKh, IMKh, jMKh)

    Parameters

    GMKh
    hMKh
    IMKh
    jMKh
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also