Packages

 

Uses of Class
com.aspose.imaging.fileformats.wmf.objects.WmfPointObject

  • Packages that use WmfPointObject 
    Package Description
    com.aspose.imaging.fileformats.wmf.objects
    The package contains types [MS-WMF]: Windows Metafile Format 2.2 WMF Objects
    • Uses of WmfPointObject in com.aspose.imaging.fileformats.wmf.objects

      Subclasses of WmfPointObject in com.aspose.imaging.fileformats.wmf.objects 
      Modifier and Type Class and Description
      class  WmfExtTextOut
      Wmf ext text out
      class  WmfLineTo
      The META_LINETO record draws a line from the drawing position that is defined in the playback device context up to, but not including, the specified point.
      class  WmfMoveTo
      The META_MOVETO record sets the output position in the playback device context to a specified point.
      class  WmfOffsetClipRgn
      The META_OFFSETCLIPRGN record moves the clipping region in the playback device context by the specified offsets.
      class  WmfOffsetViewPortOrg
      The META_OFFSETVIEWPORTORG record moves the viewport origin in the playback device context by specified horizontal and vertical offsets.
      class  WmfOffsetWindowOrg
      The META_OFFSETWINDOWORG record moves the output window origin in the playback device context by specified horizontal and vertical offsets.
      class  WmfPatBlt
      The META_PATBLT record paints a specified rectangle using the brush that is defined in the playback device context.
      class  WmfSetPixel
      The META_SETPIXEL record sets the pixel at the specified coordinates to the specified color.
      class  WmfSetViewportExt
      The META_SETVIEWPORTEXT record sets the horizontal and vertical extents of the viewport in the playback device context.
      class  WmfSetViewportOrg
      The META_SETVIEWPORTORG record defines the viewport origin in the playback device context.
      class  WmfSetWindowExt
      The set window object.
      class  WmfSetWindowOrg
      The set window org object
      class  WmfTextOut
      The META_EXTTEXTOUT record outputs text by using the font, background color, and text color that are defined in the playback device context.