Nevron .NET Vision
Nevron.Diagram Namespace / NPointElement Class / GetBoundsForContext Method


In This Topic
    GetBoundsForContext Method
    In This Topic
    Gets the bounds of the point element on the specified device context.
    Syntax
    'Declaration
     
    
    Public Function GetBoundsForContext( _
       ByVal context As NPaintContext _
    ) As NRectangleF
    'Usage
     
    
    Dim instance As NPointElement
    Dim context As NPaintContext
    Dim value As NRectangleF
     
    value = instance.GetBoundsForContext(context)
    public NRectangleF GetBoundsForContext( 
       NPaintContext context
    )

    Parameters

    context
    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