ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.Long _
    ) 
    public void SetSize( 
       System.long newSize
    )

    Parameters

    newSize
    See Also