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

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.

../../_images/OEFill_Off.png

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.

../../_images/OEFill_On.png

Example of turning the object filling on