ImageMagick.OffsetInfo.NativeMethods.X64.OffsetInfo_SetY C# (CSharp) 메소드

OffsetInfo_SetY() 개인적인 메소드

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