WmfCreateBrushInDirect

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

public class WmfCreateBrushInDirect extends WmfGraphicObject

The Create brush in direct

Constructors

ConstructorDescription
WmfCreateBrushInDirect()Initializes a new instance of the WmfCreateBrushInDirect class.

Methods

MethodDescription
getLogBrush()Gets or sets the log brush.
setLogBrush(EmfLogBrushEx value)Gets or sets the log brush.

WmfCreateBrushInDirect()

public WmfCreateBrushInDirect()

Initializes a new instance of the WmfCreateBrushInDirect class.

getLogBrush()

public EmfLogBrushEx getLogBrush()

Gets or sets the log brush.

Value: The log brush.

Returns: EmfLogBrushEx

setLogBrush(EmfLogBrushEx value)

public void setLogBrush(EmfLogBrushEx value)

Gets or sets the log brush.

Value: The log brush.

Parameters:

ParameterTypeDescription
valueEmfLogBrushEx