OEFill¶
This namespace contains constants representing whether or not
background color of an OEPen
object is used
to fill a shape that is being drawn.
See also
OEPen.GetFill
methodOEPen.SetFill
method
The OEFill
namespace contains the
following constants:
Default
The default fill style is OEFill.Off
.
Off
If the fill property of an OEPen
object is
off than the interior of the shape being drawn will be
unfilled.
See example in Figure: Example of turning the object filling off.

Example of turning the object filling off¶
On
If the fill property of an OEPen
object is
on than its background color is used to fill the interior of
the shape being drawn.
See example in Figure: Example of turning the object filling off.

Example of turning the object filling on¶