CrystalMpq.DataFormats.Surface.LockInternal C# (CSharp) Метод

LockInternal() защищенный абстрактный Метод

Locks the surface for direct read/write access.
protected abstract LockInternal ( int &stride ) : IntPtr
stride int The stride.
Результат System.IntPtr
        protected abstract IntPtr LockInternal(out int stride);

Usage Example

Пример #1
0
 protected sealed override IntPtr LockInternal(out int stride)
 {
     return(@this.LockInternal(out stride));
 }