Packages

 

com.aspose.imaging.fileformats.emf.emf.records

Classes

com.aspose.imaging.fileformats.emf.emf.records

Class EmfStrokeAndFillPath

  • All Implemented Interfaces:
    com.aspose.imaging_internal.fileformats.emf.IRecord, Cloneable


    public final class EmfStrokeAndFillPath
    extends EmfDrawingRecordType

    The EMR_STROKEANDFILLPATH record closes any open figures in a path, strokes the outline of the path by using the current pen, and fills its interior by using the current brush.

    • Constructor Detail

      • EmfStrokeAndFillPath

        public EmfStrokeAndFillPath(EmfRecord source)

        Initializes a new instance of the EmfStrokeAndFillPath class.

        Parameters:
        source - The source.
      • EmfStrokeAndFillPath

        public EmfStrokeAndFillPath()

        Initializes a new instance of the EmfStrokeAndFillPath class.

    • Method Detail

      • getBounds

        public Rectangle getBounds()

        Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle, in device units.

      • setBounds

        public void setBounds(Rectangle value)

        Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle, in device units.