dbicDigit Send comments on this topic.
Developing with dbicDigit - User Drawn Functionality

Glossary Item Box

The dbicDigit “User Drawn” functionality allows the developer to take control of the painting of the control.  User Drawn functionality is surfaced through 3 different events in the control …

 


User Drawn Character: Fires before each character is processed in the control, allowing the developer the chance to custom draw the entire character. This event will also allow the developer a chance to render characters the control does not normally support in the display.

User Drawn Line Segment: Fires before each line segment of a character is rendered in the control, allowing the developer to custom draw the current line segment.

User Drawn Symbol Segment: Fires before each segment of a symbol is rendered in the display of the control, allowing the developer to custom draw the current symbol segment.