OEStipple¶
This namespace contains constants representing various stipple patterns.
See also
OEPen::GetLineStipple
methodOEPen::SetLineStipple
methodOEPen::GetStippleFactor
methodOEPen::SetStippleFactor
method
The OEStipple
namespace contains the
following constants:
Default
The default line stipple style is
OEStipple::Solid
.
Dot
See example in Figure: Example of line drawing with ‘Dot’ stipple style.
DotDash
See example in Figure: Example of line drawing with ‘DotDash’ stipple style.
DotDashDash
See example in Figure: Example of line drawing with ‘DotDashDash’ stipple style.
LongDash
See example in Figure: Example of line drawing with ‘LongDash’ stipple style.
NoLine
See example in Table: Example of drawing rectangles with various stipple styles.
ShortDash
See example in Figure: Example of line drawing with ‘ShortDash’ stipple style.
Solid
See example in Figure: Example of line drawing with ‘Solid’ stipple style.