Klasse WinGDI.BITMAP

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.WinGDI.BITMAP
Umschließende Schnittstelle:
WinGDI

@FieldOrder({"bmType","bmWidth","bmHeight","bmWidthBytes","bmPlanes","bmBitsPixel","bmBits"}) public static class WinGDI.BITMAP extends Structure
  • Felddetails

    • bmType

      public NativeLong bmType
    • bmWidth

      public NativeLong bmWidth
    • bmHeight

      public NativeLong bmHeight
    • bmWidthBytes

      public NativeLong bmWidthBytes
    • bmPlanes

      public short bmPlanes
    • bmBitsPixel

      public short bmBitsPixel
    • bmBits

      public Pointer bmBits
  • Konstruktordetails

    • BITMAP

      public BITMAP()