ImGearPDEGraphicState Class Members
In This Topic
The following tables list the members exposed by ImGearPDEGraphicState.
Public Constructors
Public Fields
| Name | Description |
| Dash |
Gets or sets the dash specification.
|
| FillColorSpec |
Fill color specification.
|
| RenderIntent |
A color rendering intent, corresponding to the Intent key in the image dictionary.
|
| StrokeColorSpec |
Stroke color specification.
|
Top
Public Properties
| Name | Description |
| Flatness |
Gets or sets the line flatness, corresponding to the i (setflat) operator.
|
| LineCap |
Gets or sets the line cap style, corresponding to the J (setlinecap) operator.
|
| LineJoin |
Gets or sets the line join style, corresponding to the j (setlinejoin) operator.
|
| LineWidth |
Gets or sets the line width, corresponding to the w (setlinewidth) operator.
|
| MiterLimit |
Gets or sets the miter limit, corresponding to the M (setmiterlimit) operator.
|
| WasSetFlags |
Gets or sets the value indicating whether an attribute has been set.
|
Top
See Also