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


In This Topic
    GetPaintableRect Method (NAppearanceStyle)
    In This Topic
    Obtains the paintable rectangle associated with this appearance style
    Syntax
    'Declaration
     
    
    Public MustOverride Function GetPaintableRect( _
       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.GetPaintableRect(shapeRect, lengthConverter)
    public abstract NRectangleF GetPaintableRect( 
       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