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
| Constructor | Description |
|---|---|
| WmfCreateBrushInDirect() | Initializes a new instance of the WmfCreateBrushInDirect class. |
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| value | EmfLogBrushEx |