Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NListShape Class / GetImageBounds Method


In This Topic
    GetImageBounds Method (NListShape)
    In This Topic
    Overriden to return the bounds of the list item image
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetImageBounds() As NRectangleF
    'Usage
     
    
    Dim instance As NListShape
    Dim value As NRectangleF
     
    value = instance.GetImageBounds()
    protected override NRectangleF GetImageBounds()
    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