Creates a new Region used as the visible window region for a tip window. A return value of null indicates that no special masking region is required by the tip.
The Region used as the visible window region for the tip window, or a null reference.
This method may not be overridden; to provide a custom mask region, override the OnCreateMaskRegion method instead.
| Exception Type | Condition |
|---|---|
| ArgumentNullException | The tip parameter may not be a null reference. |
| ArgumentException | The specified tip must be associated with a VisualTipProvider before it is rendered. |
VisualTipRenderer Class | Skybound.VisualTips.Rendering Namespace