Packages

 

com.aspose.imaging.fileformats.emf.emfplus.objects

Classes

com.aspose.imaging.fileformats.emf.emfplus.objects

Class EmfPlusPen

  • All Implemented Interfaces:
    Cloneable


    public final class EmfPlusPen
    extends EmfPlusGraphicsObjectType

    The EmfPlusPen object specifies a graphics pen for the drawing of lines.

    • Constructor Detail

      • EmfPlusPen

        public EmfPlusPen()
    • Method Detail

      • getType

        public int getType()

        Gets or sets This field MUST be set to zero

      • setType

        public void setType(int value)

        Gets or sets This field MUST be set to zero

      • getPenData

        public EmfPlusPenData getPenData()

        Gets or sets an EmfPlusPenData object that specifies properties of the graphics pen

      • setPenData

        public void setPenData(EmfPlusPenData value)

        Gets or sets an EmfPlusPenData object that specifies properties of the graphics pen

      • getBrushObject

        public EmfPlusBrush getBrushObject()

        Gets or sets an EmfPlusBrush object that specifies a graphics brush associated with the pen

      • setBrushObject

        public void setBrushObject(EmfPlusBrush value)

        Gets or sets an EmfPlusBrush object that specifies a graphics brush associated with the pen