ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Storage Namespace / ComStreamProxy Class / SetSize Method

In This Topic
    SetSize Method (ComStreamProxy)
    In This Topic
    Changes the size of the stream object.
    Syntax
    'Declaration
     
    Public Sub SetSize( _
       ByVal newSize As Long _
    ) 
    public void SetSize( 
       long newSize
    )

    Parameters

    newSize
    See Also