public final class EmfPlusSolidBrushData extends EmfPlusBaseBrushData
The EmfPlusSolidBrushData object specifies a solid color for a graphics brush.
Constructor and Description |
---|
EmfPlusSolidBrushData() |
Modifier and Type | Method and Description |
---|---|
int |
getSolidArgb32Color()
Gets or sets an EmfPlusARGB object (section 2.2.2.1) that specifies the color of the brush.
|
void |
setSolidArgb32Color(int value)
Gets or sets an EmfPlusARGB object (section 2.2.2.1) that specifies the color of the brush.
|
public int getSolidArgb32Color()
Gets or sets an EmfPlusARGB object (section 2.2.2.1) that specifies the color of the brush.
public void setSolidArgb32Color(int value)
Gets or sets an EmfPlusARGB object (section 2.2.2.1) that specifies the color of the brush.