EmfPenObj

Inheritance: java.lang.Object, com.aspose.barcode.drawing.emf.data.EmfGraphicObj

public class EmfPenObj extends EmfGraphicObj

Constructors

Constructor Description
EmfPenObj(System.Drawing.Color aColor)
EmfPenObj(IPen pen)
EmfPenObj(System.Drawing.Color aColor, float aThickness, PenDashStyle aDashStyle)
EmfPenObj(int aHandle, System.Drawing.Color aColor, float aThickness, PenDashStyle aDashStyle)
EmfPenObj(EmfPenObj obj)
EmfPenObj(int aHandle, EmfPenObj obj)

Fields

Field Description
DashStyle Gets dash style of pen.
Handle Specifies Handle of the object
Thickness Gets thickness of pen in pixels.
_Color Gets solid color of pen.

Methods

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

EmfPenObj(System.Drawing.Color aColor)

public EmfPenObj(System.Drawing.Color aColor)

Parameters:

Parameter Type Description
aColor com.aspose.ms.System.Drawing.Color

EmfPenObj(IPen pen)

public EmfPenObj(IPen pen)

Parameters:

Parameter Type Description
pen IPen

EmfPenObj(System.Drawing.Color aColor, float aThickness, PenDashStyle aDashStyle)

public EmfPenObj(System.Drawing.Color aColor, float aThickness, PenDashStyle aDashStyle)

Parameters:

Parameter Type Description
aColor com.aspose.ms.System.Drawing.Color
aThickness float
aDashStyle PenDashStyle

EmfPenObj(int aHandle, System.Drawing.Color aColor, float aThickness, PenDashStyle aDashStyle)

public EmfPenObj(int aHandle, System.Drawing.Color aColor, float aThickness, PenDashStyle aDashStyle)

Parameters:

Parameter Type Description
aHandle int
aColor com.aspose.ms.System.Drawing.Color
aThickness float
aDashStyle PenDashStyle

EmfPenObj(EmfPenObj obj)

public EmfPenObj(EmfPenObj obj)

Parameters:

Parameter Type Description
obj EmfPenObj

EmfPenObj(int aHandle, EmfPenObj obj)

public EmfPenObj(int aHandle, EmfPenObj obj)

Parameters:

Parameter Type Description
aHandle int
obj EmfPenObj

DashStyle

public PenDashStyle DashStyle

Gets dash style of pen.

Handle

public int Handle

Specifies Handle of the object

Thickness

public int Thickness

Gets thickness of pen in pixels.

_Color

public System.Drawing.Color _Color

Gets solid color of pen.

equals(Object obj)

public boolean equals(Object obj)

Parameters:

Parameter Type Description
obj java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

similar(EmfGraphicObj obj)

public boolean similar(EmfGraphicObj obj)

Checks is checked object similar by parameters besides Handle

Parameters:

Parameter Type Description
obj EmfGraphicObj

Returns: boolean

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