Skip to main content

ToolTipControllerCustomDrawEventArgs(GraphicsCache, ToolTipControllerShowEventArgs, Rectangle) Constructor

Initializes a new instance of the ToolTipControllerCustomDrawEventArgs class.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public ToolTipControllerCustomDrawEventArgs(
    GraphicsCache cache,
    ToolTipControllerShowEventArgs args,
    Rectangle bounds
)

Parameters

Name Type Description
cache GraphicsCache

A GraphicsCache object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the ToolTipControllerCustomDrawEventArgs.Cache property.

args ToolTipControllerShowEventArgs

A ToolTipControllerShowEventArgs object which provides the information required to paint a tooltip. This value is assigned to the ToolTipControllerCustomDrawEventArgs.ShowInfo property.

bounds Rectangle

A Rectangle structure which specifies the tooltip’s boundaries. This value is assigned to the ToolTipControllerCustomDrawEventArgs.Bounds property.

See Also