ImageMagick.OffsetInfo.NativeMethods.X86.OffsetInfo_SetY C# (CSharp) Method

OffsetInfo_SetY() private method

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