Squeak Class Documentation category index | class index  
 
Win32HDC
  category: FFI-Examples-Win32
  superclass: Win32Handle
  subclasses:

No comment. Sorry.

instance methods
  api calls
  apiDeleteDC:
apiDrawFocusRect:with:
apiDrawFrameControl:with:with:with:
apiEllipse:with:with:with:with:
apiExtFloodFill:with:with:with:with:
apiFillRect:with:with:
apiFrameRect:with:with:
apiLineTo:with:with:
apiMoveToEx:with:with:with:
apiRectangle:with:with:with:with:
apiRoundRect:with:with:with:with:with:with:
apiSelectObject:with:

  drawing
  drawFocusRectangle:
drawFrameControl:type:style:
ellipse:
fillRectangle:color:
floodFillAt:boundaryColor:fillColor:
frameRectangle:brush:
lineTo:
moveTo:
rectangle:
roundRectangle:width:height:
selectObject:

  initialize-release
  delete

class methods
  no messages
 

instance methods
  api calls top  
 

apiDeleteDC:


 

apiDrawFocusRect:with:

Draws a rectangle in the style used to indicate that the rectangle has
the focus.


 

apiDrawFrameControl:with:with:with:

Draws a frame control of the specified type and style


 

apiEllipse:with:with:with:with:


 

apiExtFloodFill:with:with:with:with:

fills an area of the display surface with the current brush


 

apiFillRect:with:with:

Fills a rectangle by using the specified brush. This function includes
the left and top borders, but excludes the right and bottom borders of
the rectangle.


 

apiFrameRect:with:with:

Draws a border around the specified rectangle by using the specified brush. The width and height of the border are always one logical unit.


 

apiLineTo:with:with:


 

apiMoveToEx:with:with:with:


 

apiRectangle:with:with:with:with:


 

apiRoundRect:with:with:with:with:with:with:

Draws a rectangle with rounded corners. The rectangle is outlined by
using the current pen and filled by using the current brush


 

apiSelectObject:with:


  drawing top  
 

drawFocusRectangle:

draws a rectangle in the style used to indicate that the rectangle has the focus


 

drawFrameControl:type:style:

Draws a frame control of the specified type and style (integer values)


 

ellipse:


 

fillRectangle:color:

fills an area of the display with the given color


 

floodFillAt:boundaryColor:fillColor:

fills an area of the display with the given color


 

frameRectangle:brush:

Draws a border around the specified rectangle by using the specified brush. The width and height of the border are always one logical unit.


 

lineTo:


 

moveTo:


 

rectangle:


 

roundRectangle:width:height:


 

selectObject:


  initialize-release top  
 

delete


class methods
  no messages top