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

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

    Parameters

    offset
    numberOfBytesToLock
    dwLockType
    See Also