Uses of Class
com.jniwrapper.win32.Size

Packages that use Size
com.jniwrapper.win32 The com.jniwrapper.win32 package contains classes that provide basic functionality for Win32 platform. 
com.jniwrapper.win32.gdi The com.jniwrapper.win32.gdi package contains classes that provide GDI related functionality. 
com.jniwrapper.win32.ui The com.jniwrapper.win32.ui package contains auxilious classes for working with native windows, such as Wnd, which provides you with useful window related functionality, WindowProc, which is designed for obtaining native window messages etc. 
 

Uses of Size in com.jniwrapper.win32
 

Methods in com.jniwrapper.win32 with parameters of type Size
 Rect Rect.centerRect(Size innerRect)
           
 

Constructors in com.jniwrapper.win32 with parameters of type Size
Size(Size that)
           
 

Uses of Size in com.jniwrapper.win32.gdi
 

Methods in com.jniwrapper.win32.gdi that return Size
 Size Bitmap.getSize()
          Return bitmap size as an Size object instance.
 Size DC.getTextExtentPoint32(DC dc, java.lang.String str)
          Returns the size of a specified text.
 

Uses of Size in com.jniwrapper.win32.ui
 

Methods in com.jniwrapper.win32.ui that return Size
 Size Wnd.getClientSize()
          Returns window's client size (width and height).
 Size Wnd.getSize()
          Returns window size (width and height).