ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Storage Namespace / ComStreamProxy Class / UnlockRegion Method

In This Topic
    UnlockRegion Method (ComStreamProxy)
    In This Topic
    Not implemented.
    Syntax
    'Declaration
     
    Public Sub UnlockRegion( _
       ByVal offset As System.Long, _
       ByVal numberOfBytesToLock As System.Long, _
       ByVal dwLockType As LockType _
    ) 
    public void UnlockRegion( 
       System.long offset,
       System.long numberOfBytesToLock,
       LockType dwLockType
    )

    Parameters

    offset
    numberOfBytesToLock
    dwLockType
    See Also