Nevron .NET Vision
Nevron.UI Namespace / NImageAndTextLayout Class / GetAvailableTextBounds Method


In This Topic
    GetAvailableTextBounds Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetAvailableTextBounds( _
       ByVal item As NImageAndTextItem, _
       ByVal display As NRectangle, _
       ByVal imageSize As NSize, _
       ByVal relation As ImageTextRelation, _
       ByVal space As System.Integer _
    ) As NRectangle
    'Usage
     
    
    Dim instance As NImageAndTextLayout
    Dim item As NImageAndTextItem
    Dim display As NRectangle
    Dim imageSize As NSize
    Dim relation As ImageTextRelation
    Dim space As System.Integer
    Dim value As NRectangle
     
    value = instance.GetAvailableTextBounds(item, display, imageSize, relation, space)
    protected virtual NRectangle GetAvailableTextBounds( 
       NImageAndTextItem item,
       NRectangle display,
       NSize imageSize,
       ImageTextRelation relation,
       System.int space
    )

    Parameters

    item
    display
    imageSize
    relation
    space
    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