WmfSetRop2

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.wmf.objects.WmfObject

public class WmfSetRop2 extends WmfObject

The set rop2

Constructors

ConstructorDescription
WmfSetRop2()

Methods

MethodDescription
getDrawMode()Gets or sets the draw mode.
setDrawMode(int value)Gets or sets the draw mode.
getReserved()Gets or sets the reserved.
setReserved(int value)Gets or sets the reserved.

WmfSetRop2()

public WmfSetRop2()

getDrawMode()

public int getDrawMode()

Gets or sets the draw mode.

Value: The draw mode.

Returns: int

setDrawMode(int value)

public void setDrawMode(int value)

Gets or sets the draw mode.

Value: The draw mode.

Parameters:

ParameterTypeDescription
valueint

getReserved()

public int getReserved()

Gets or sets the reserved.

Value: The reserved.

Returns: int

setReserved(int value)

public void setReserved(int value)

Gets or sets the reserved.

Value: The reserved.

Parameters:

ParameterTypeDescription
valueint