RegionHolderTIRegionWithTooltipTryGetTooltip Method

Draws a ToolTip image of the Region.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
bool IRegionWithTooltip.TryGetTooltip(
	out IBitmap bmp
)

Parameters

bmp  IBitmap
Image of the ToolTip to show.

Return Value

Boolean
Returns true if ToolTip can be shown; false otherwise.

Implements

IRegionWithTooltipTryGetTooltip(IBitmap)

See Also