System.@__Console.MoveBufferArea15 C# (CSharp) Méthode

MoveBufferArea15() private static méthode

private static MoveBufferArea15 ( global @__envp, global @__class, int sourceLeft, int sourceTop, int sourceWidth, int sourceHeight, int targetLeft, int targetTop ) : void
@__envp global
@__class global
sourceLeft int
sourceTop int
sourceWidth int
sourceHeight int
targetLeft int
targetTop int
Résultat void
        private static void MoveBufferArea15(global::System.IntPtr @__envp, global::net.sf.jni4net.utils.JniLocalHandle @__class, int sourceLeft, int sourceTop, int sourceWidth, int sourceHeight, int targetLeft, int targetTop)
        {
            // (IIIIII)V
            // (IIIIII)V
            global::net.sf.jni4net.jni.JNIEnv @__env = global::net.sf.jni4net.jni.JNIEnv.Wrap(@__envp);
            try {
            global::System.Console.MoveBufferArea(sourceLeft, sourceTop, sourceWidth, sourceHeight, targetLeft, targetTop);
            }catch (global::System.Exception __ex){@__env.ThrowExisting(__ex);}
        }