Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NViewportBand Class / Bounds Property


In This Topic
    Bounds Property (NViewportBand)
    In This Topic
    Gets/sets the bounds of the node (in scene coordinates)
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Bounds")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the bounds of the node (in scene coordinates)")>
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Overridable Property Bounds As NRectangleF
    'Usage
     
    
    Dim instance As NViewportBand
    Dim value As NRectangleF
     
    instance.Bounds = value
     
    value = instance.Bounds
    [System.ComponentModel.Category("Bounds")]
    [System.ComponentModel.Description("Gets/sets the bounds of the node (in scene coordinates)")]
    [System.Xml.Serialization.XmlIgnore()]
    public virtual NRectangleF Bounds {get; set;}
    Remarks
    Overriden to return cashed scene bounds
    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