Class HemfFill


  • public final class HemfFill
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  HemfFill.EmfAlphaBlend  
      static class  HemfFill.EmfBitBlt
      The EMR_BITBLT record specifies a block transfer of pixels from a source bitmap to a destination rectangle, optionally in combination with a brush pattern, according to a specified raster operation.
      static class  HemfFill.EmfExtFloodFill  
      static class  HemfFill.EmfExtSelectClipRgn  
      static class  HemfFill.EmfFillRgn
      The EMR_FILLRGN record fills the specified region by using the specified brush.
      static class  HemfFill.EmfFrameRgn
      The EMR_FRAMERGN record draws a border around the specified region using the specified brush.
      static class  HemfFill.EmfInvertRgn
      The EMR_INVERTRGN record inverts the colors in the specified region.
      static class  HemfFill.EmfPaintRgn
      The EMR_PAINTRGN record paints the specified region by using the brush currently selected into the playback device context.
      static class  HemfFill.EmfSetDiBitsToDevice
      The EMR_SETDIBITSTODEVICE record specifies a block transfer of pixels from specified scanlines of a source bitmap to a destination rectangle.
      static class  HemfFill.EmfSetPolyfillMode
      The EMR_SETPOLYFILLMODE record defines polygon fill mode.
      static class  HemfFill.EmfStretchBlt
      The EMR_STRETCHBLT record specifies a block transfer of pixels from a source bitmap to a destination rectangle, optionally in combination with a brush pattern, according to a specified raster operation, stretching or compressing the output to fit the dimensions of the destination, if necessary.
      static class  HemfFill.EmfStretchDiBits
      The EMR_STRETCHDIBITS record specifies a block transfer of pixels from a source bitmap to a destination rectangle, optionally in combination with a brush pattern, according to a specified raster operation, stretching or compressing the output to fit the dimensions of the destination, if necessary.
    • Method Detail