Enum ShadingModel
Model of shading
Namespace: FastReport.Export.Hpgl.Commands
Assembly: FastReport.dll
Syntax
public enum ShadingModel
Fields
| Name | Description |
|---|---|
| CrossingHatching | It is crossing hatching at space and angle which were specified by FT command. |
| Hatching | Hatching which is the single direction at space and angle which were specified by FT command |
| Interactive | Painting out interactive at space specified by PT command (FT command interval and angle are ignored) |
| None | None (solid) |
| SingleDirection | It is painting out (FT command space and angle are ignored) of the single direction at space specified by PT command. |