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
Exemple #1
0
 protected sealed override IntPtr LockInternal(out int stride)
 {
     return(@this.LockInternal(out stride));
 }