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


"

The following tables list the members exposed by UserDrawnLineSegmentEventArgs.

"

Public Constructors

 NameDescription
public ConstructorUserDrawnLineSegmentEventArgs ConstructorInitializes a new instance of the UserDrawnLineSegmentEventArgs Class  
Top

Public Properties

 NameDescription
public PropertyCharacterThe character from the control's Text property that contains the line segment to be drawn.  
public PropertyEndPointThe ending point of the line segment to be drawn.  
public PropertyGraphicsA handle to the Graphics object responsible for the drawing.  
public PropertyLineSegmentThe line segment being drawn.  
public PropertyPaintLineSegmentIndicates 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 PropertyStartPointThe starting point of the line segment to be drawn.  
Top

See Also