Nevron .NET Vision
Nevron.GraphicsCore Namespace / NAppearanceStyle Class / GetBoundRect Method


In This Topic
    GetBoundRect Method
    In This Topic
    Obtains the bounding rect containing the object when visualized with this appearance style.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetBoundRect( _
       ByVal shapeRect As NRectangleF, _
       ByVal lengthConverter As NLengthConverter _
    ) As NRectangleF
    'Usage
     
    
    Dim instance As NAppearanceStyle
    Dim shapeRect As NRectangleF
    Dim lengthConverter As NLengthConverter
    Dim value As NRectangleF
     
    value = instance.GetBoundRect(shapeRect, lengthConverter)
    public virtual NRectangleF GetBoundRect( 
       NRectangleF shapeRect,
       NLengthConverter lengthConverter
    )

    Parameters

    shapeRect
    lengthConverter
    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