JNA API 3.4.0
com.sun.jna.platform.win32

Class WinDef.RECT

  • Enclosing interface:
    WinDef


    public static class WinDef.RECT
    extends Structure
    • Field Detail

      • left

        public int left
      • top

        public int top
      • right

        public int right
      • bottom

        public int bottom
    • Constructor Detail

      • WinDef.RECT

        public WinDef.RECT()
    • Method Detail

      • toRectangle

        public java.awt.Rectangle toRectangle()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class Structure
JNA API 3.4.0

Copyright © 2007-2010 Timothy Wall. All Rights Reserved.