ImageMagick.ConnectedComponent.NativeConnectedComponent.GetX C# (CSharp) Метод

GetX() публичный статический Метод

public static GetX ( IntPtr instance ) : int
instance System.IntPtr
Результат int
      public static int GetX(IntPtr instance)
      {
        #if ANYCPU
        if (NativeLibrary.Is64Bit)
        #endif
        #if WIN64 || ANYCPU
        return (int)NativeMethods.X64.ConnectedComponent_GetX(instance);
        #endif
        #if ANYCPU
        else
        #endif
        #if !WIN64 || ANYCPU
        return (int)NativeMethods.X86.ConnectedComponent_GetX(instance);
        #endif
      }
      public static int GetY(IntPtr instance)