CrystalMpq.DataFormats.Surface.LockInternal C# (CSharp) Method

LockInternal() protected abstract method

Locks the surface for direct read/write access.
protected abstract LockInternal ( int &stride ) : IntPtr
stride int The stride.
return System.IntPtr
        protected abstract IntPtr LockInternal(out int stride);

Usage Example

Beispiel #1
0
 protected sealed override IntPtr LockInternal(out int stride)
 {
     return(@this.LockInternal(out stride));
 }