Removes the access restriction on a range of bytes previously restricted with LockRegion(Int64, Int64, Int32).
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Overridable Sub UnlockRegion ( _ libOffset As Long, _ cb As Long, _ dwLockType As Integer _ )
Type: System.Int64
The byte offset for the beginning of the range.Type: System.Int64
The length, in bytes, of the range to restrict.Type: System.Int32
The access restrictions previously placed on the range.