dbicDigit Send comments on this topic.
UserDrawnSymbolSegmentEventArgs Class Members
See Also  Properties 
dbicDigit Assembly > Dbi.WinControl.Digit Namespace : UserDrawnSymbolSegmentEventArgs Class


"

The following tables list the members exposed by UserDrawnSymbolSegmentEventArgs.

"

Public Constructors

 NameDescription
public ConstructorUserDrawnSymbolSegmentEventArgs ConstructorInitializes a new instance of the UserDrawnSymbolSegmentEventArgs Class  
Top

Public Properties

 NameDescription
public PropertyCharacterThe character from the control's Text property that contains the symbol segment to be drawn.  
public PropertyGraphicsA handle to the Graphics object responsible for the drawing.  
public PropertyPaintSymbolSegmentIndicates to the control if the default painting routines should be used or not.  
public PropertyPositionThe index of the character within the control's Text property.  
public PropertyRectThe rectangle representing the size and location of the symbol segment being drawn.  
public PropertySymbolSegmentThe symbol segment being drawn.  
Top

See Also