EmfLogPen

Inheritance: java.lang.Object, com.aspose.barcode.drawing.emf.objects.XmfObject, com.aspose.barcode.drawing.emf.objects.EmfLogPenBase

public class EmfLogPen extends EmfLogPenBase

Constructors

Constructor Description
EmfLogPen()
EmfLogPen(System.Drawing.Color Color, int Thickness, PenDashStyle DashStyle)

Fields

Field Description
ColorRef A WMF ColorRef object ([MS-WMF] section 2.2.2.8) that specifies the pen color value.
PenStyle A 32-bit unsigned integer that specifies the PenStyle.
Width A WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the width of the pen by the value of its x field.

Methods

Method Description
equals(Object arg0)
getClass()
getSize()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

EmfLogPen()

public EmfLogPen()

EmfLogPen(System.Drawing.Color Color, int Thickness, PenDashStyle DashStyle)

public EmfLogPen(System.Drawing.Color Color, int Thickness, PenDashStyle DashStyle)

Parameters:

Parameter Type Description
Color com.aspose.ms.System.Drawing.Color
Thickness int
DashStyle PenDashStyle

ColorRef

public WmfColorRef ColorRef

A WMF ColorRef object ([MS-WMF] section 2.2.2.8) that specifies the pen color value.

PenStyle

public long PenStyle

A 32-bit unsigned integer that specifies the PenStyle. The value MUST be defined from the PenStyle enumeration table, specified in section 2.1.25.

Width

public WmfPointL Width

A WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the width of the pen by the value of its x field. The value of its y field MUST be ignored.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getSize()

public int getSize()

Returns: int

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

Parameter Type Description
arg0 long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

Parameter Type Description
arg0 long
arg1 int