.NET Micro Framework

Poznámky během hraní si s Tahoe II.

teploměry:

Fonty: http://blogs.msdn.com/aldenl/archive/2007/03/14/using-fonts-in-the-microsoft-net-micro-framework.aspx

Přidání metody do MF

Chceme přidat CopyPixels and WritePixels metody odpovídající WPF.

      [MethodImplAttribute(MethodImplOptions.InternalCall)]
      extern public void CopyPixels(int xSrc, int ySrc, int width, int height, Array bufferDst, int strideDst, int offsetDst);
      [MethodImplAttribute(MethodImplOptions.InternalCall)]
      extern public void WritePixels(int xSrc, int ySrc, int width, int height, Array bufferSrc, int strideSrc, int xDst, int yDst);
  TINYCLR_NATIVE_DECLARE(CopyPixels___VOID__I4__I4__I4__I4__mscorlibSystemArray__I4__I4);
  TINYCLR_NATIVE_DECLARE(WritePixels___VOID__I4__I4__I4__I4__mscorlibSystemArray__I4__I4__I4);
  Library_spot_graphics_native_Microsoft_SPOT_Bitmap::CopyPixels___VOID__I4__I4__I4__I4__mscorlibSystemArray__I4__I4,
  Library_spot_graphics_native_Microsoft_SPOT_Bitmap::WritePixels___VOID__I4__I4__I4__I4__mscorlibSystemArray__I4__I4__I4,