public final class EmfPlusHatchBrushData extends EmfPlusBaseBrushData
The EmfPlusHatchBrushData object specifies a hatch pattern for a graphics brush.
Graphics brushes are specified by EmfPlusBrush
objects (section 2.2.1.1). A hatch brush paints a background and draws a pattern of lines, dots, dashes, squares, and crosshatch lines over this background. The hatch brush defines two colors: one for the background and one for the pattern over the background. The color of the background is called the background color, and the color of the pattern is called the foreground color.
Constructor and Description |
---|
EmfPlusHatchBrushData() |
Modifier and Type | Method and Description |
---|---|
int |
getBackArgb32Color()
Gets or sets the color of the back.
|
int |
getForeArgb32Color()
Gets or sets color of the foreground.
|
int |
getHatchStyle()
Gets or sets the hatch style.
|
void |
setBackArgb32Color(int value)
Gets or sets the color of the back.
|
void |
setForeArgb32Color(int value)
Gets or sets color of the foreground.
|
void |
setHatchStyle(int value)
Gets or sets the hatch style.
|
parse_internalized
public int getBackArgb32Color()
Gets or sets the color of the back.
Value: BackColor (4 bytes): A 32-bitEmfPlusArgb
object that specifies the color used to paint the background of the hatch pattern.public void setBackArgb32Color(int value)
Gets or sets the color of the back.
Value: BackColor (4 bytes): A 32-bitEmfPlusArgb
object that specifies the color used to paint the background of the hatch pattern.public int getForeArgb32Color()
Gets or sets color of the foreground.
Value: ForeColor (4 bytes): A 32-bitEmfPlusArgb
object that specifies the color used to draw the lines of the hatch pattern.public void setForeArgb32Color(int value)
Gets or sets color of the foreground.
Value: ForeColor (4 bytes): A 32-bitEmfPlusArgb
object that specifies the color used to draw the lines of the hatch pattern.public int getHatchStyle()
Gets or sets the hatch style.
Value: HatchStyle (4 bytes): A 32-bit unsigned integer that specifies the brush hatch style. It MUST be defined in theEmfPlusHatchStyle
enumeration.public void setHatchStyle(int value)
Gets or sets the hatch style.
Value: HatchStyle (4 bytes): A 32-bit unsigned integer that specifies the brush hatch style. It MUST be defined in theEmfPlusHatchStyle
enumeration.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.