Squeak Class Documentation category index | class index  
 
Win32HBrush
  category: FFI-Examples-Win32
  superclass: Win32HGDIObj
  subclasses:

No comment. Sorry.

instance methods
  no messages
 

class methods
  api calls
  apiCreateHatchBrush:with:

  hatch brushes
  backwardDiagonalWithColor:
crossWithColor:
diagonalCrossWithColor:
forwardDiagonalWithColor:
horizontalWithColor:
verticalWithColor:

  instance creation
  createHatchBrush:color:
createSolidBrush:

instance methods
  no messages top  

class methods
  api calls top  
 

apiCreateHatchBrush:with:

Creates a logical brush that has the specified hatch pattern and color


  hatch brushes top  
 

backwardDiagonalWithColor:

45-degree downward left-to-right hatch brush


 

crossWithColor:

Horizontal and vertical crosshatch brush


 

diagonalCrossWithColor:

45-degree crosshatch brush


 

forwardDiagonalWithColor:

45-degree upward left-to-right hatch brush


 

horizontalWithColor:

Horizontal hatch brush


 

verticalWithColor:

Horizontal hatch brush


  instance creation top  
 

createHatchBrush:color:

Creates an instance of the receiver that has the specified hatch pattern and color


 

createSolidBrush: