ImageMagick.OffsetInfo.NativeMethods.X64.OffsetInfo_SetY C# (CSharp) Méthode

OffsetInfo_SetY() private méthode

private OffsetInfo_SetY ( IntPtr Instance, UIntPtr value ) : void
Instance System.IntPtr
value System.UIntPtr
Résultat void
        public static extern void OffsetInfo_SetY(IntPtr Instance, UIntPtr value);
      }