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


In This Topic
    GetMarginRect Method
    In This Topic
    Obtains the margins of this appearance style.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetMarginRect( _
       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.GetMarginRect(shapeRect, lengthConverter)
    public virtual NRectangleF GetMarginRect( 
       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