Search
CustomPaintEvent Members
Constructors Methods
 


Provides data for the various custom painting event.

The following tables list the members exposed by the CustomPaintEvent type.

 Public Constructors

  Name Description

CustomPaintEvent

Initializes a new instance of the CustomPaintEvent class.

 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.

createRadialGradient

Creates a radial gradient with the specified center point and a blend specified by a series of positions and color objects.

getContext

Gets the rendering context.

getElement

Gets the element being custom drawn.

getGraphics

Gets the target graphics.

paintVisualElement

Paints the specified visual element to the underlying IGraphics.

 See Also