Nevron.GraphicsCore Namespace / NMonochromeRaster Class / FindLargestRectangle Method / FindLargestRectangle(Int32,Int32) Method


In This Topic
    FindLargestRectangle(Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function FindLargestRectangle( _
       ByVal minWidth As System.Integer, _
       ByVal minHeight As System.Integer _
    ) As NRectangle
    'Usage
     
    
    Dim instance As NMonochromeRaster
    Dim minWidth As System.Integer
    Dim minHeight As System.Integer
    Dim value As NRectangle
     
    value = instance.FindLargestRectangle(minWidth, minHeight)
    public NRectangle FindLargestRectangle( 
       System.int minWidth,
       System.int minHeight
    )

    Parameters

    minWidth
    minHeight
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also