CrystalMpq.DataFormats.Surface.LockInternal C# (CSharp) Méthode

LockInternal() protected abstract méthode

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

Usage Example

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