Packages

 

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

Class EmfBasePen

    • Constructor Detail

      • EmfBasePen

        public EmfBasePen()
    • Method Detail

      • getPenStyle

        public abstract int getPenStyle()

        Gets or sets the pen style.

        Value: The pen style.
      • setPenStyle

        public abstract void setPenStyle(int value)

        Gets or sets the pen style.

        Value: The pen style.
      • getArgb32ColorRef

        public abstract int getArgb32ColorRef()

        Gets or sets the 32-bit ARGB color reference.

        Value: The color reference.
      • setArgb32ColorRef

        public abstract void setArgb32ColorRef(int value)

        Gets or sets the 32-bit ARGB color reference.

        Value: The color reference.