Search
PrepaintEvent Methods
 


 Public Methods

  Name Description

createLinearGradient

Creates a linear gradient with orientation defined by an angle and a blend specified by a series of positions and color objects. (Inherited from CustomPaintEvent.)

createRadialGradient

Creates a radial gradient with the specified center point and a blend specified by a series of positions and color objects. (Inherited from CustomPaintEvent.)

getCancelDefaultPainting

Gets a value indicating whether the default painting of this element should be performed.

getContext

Gets the rendering context. (Inherited from CustomPaintEvent.)

getElement

Gets the element being custom drawn. (Inherited from CustomPaintEvent.)

getGraphics

Gets the target graphics. (Inherited from CustomPaintEvent.)

paintVisualElement

Paints the specified visual element to the underlying IGraphics. (Inherited from CustomPaintEvent.)

setCancelDefaultPainting

Sets a value indicating whether the default painting of this element should be performed.

 See Also