Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NStylePreview Class / IsLargeEnoughForHighDetail Method


In This Topic
    IsLargeEnoughForHighDetail Method
    In This Topic
    Determines whether the content area is large enough for high detail rendering.
    Syntax
    'Declaration
     
    
    Protected Overridable Function IsLargeEnoughForHighDetail( _
       ByVal contentArea As NRectangle _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NStylePreview
    Dim contentArea As NRectangle
    Dim value As System.Boolean
     
    value = instance.IsLargeEnoughForHighDetail(contentArea)
    protected virtual System.bool IsLargeEnoughForHighDetail( 
       NRectangle contentArea
    )

    Parameters

    contentArea
    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