Class CustomDrawEventArgs
Provides data for the CustomDrawEvent
handler.
public class CustomDrawEventArgs : EventArgs
- Inheritance
-
CustomDrawEventArgs
Properties
- DrawInfo
Represents information about drawing text.
- DrawStage
Specify a stage in the custom drawing process.
- DrawState
Specify a custom drawing state, including information about elements of the control currently drawn.
- Handled
Specifies whether painting is handled by an event, preventing control from default painting. This parameter is only used when DrawStage is DrawStage.Before.
- Painter
Represents Painter surface to draw on.
- Rect
Specifying rectangular area where Editor's content is drawn.