Uses of Class
com.jniwrapper.win32.ui.PaintStruct

Packages that use PaintStruct
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 PaintStruct in com.jniwrapper.win32.ui
 

Methods in com.jniwrapper.win32.ui with parameters of type PaintStruct
 DC Wnd.beginPaint(PaintStruct paintStruct)
          Prepares a specified window for painting.
 void Wnd.endPaint(PaintStruct paintStruct)
          Marks the end of painting.
 

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