Nevron .NET Vision
Nevron.GraphicsCore Namespace / N2DDeviceSWF Class / AnimationBounds Property


In This Topic
    AnimationBounds Property (N2DDeviceSWF)
    In This Topic
    Gets or sets the animation bounds. Regarded only when AnimationBoundsMode is set to context
    Syntax
    'Declaration
     
    
    Public Overrides Property AnimationBounds As NRectangleF
    'Usage
     
    
    Dim instance As N2DDeviceSWF
    Dim value As NRectangleF
     
    instance.AnimationBounds = value
     
    value = instance.AnimationBounds
    public override NRectangleF AnimationBounds {get; set;}
    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