Nevron .NET Vision
Nevron.GraphicsCore Namespace / NRectangleF Structure / Inflate Method / Inflate(NSizeF) Method


In This Topic
    Inflate(NSizeF) Method
    In This Topic
    Inflates the rectangle with the specified size
    Syntax
    'Declaration
     
    
    Public Overloads Sub Inflate( _
       ByVal size As NSizeF _
    ) 
    'Usage
     
    
    Dim instance As NRectangleF
    Dim size As NSizeF
     
    instance.Inflate(size)
    public void Inflate( 
       NSizeF size
    )

    Parameters

    size
    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