Skybound VisualTips

VisualTipLayout.GetElementBounds Method 

Returns the bounding rectangle of an element in the layout.

[Visual Basic]
Public Function GetElementBounds( _
   ByVal element As VisualTipRenderElement _
) As Rectangle
[C#]
public Rectangle GetElementBounds(
   VisualTipRenderElement element
);

Parameters

element
The element whose bounding rectangle is returned.

Return Value

A Rectangle which represents the bounding rectangle of an element in the layout.

See Also

VisualTipLayout Class | Skybound.VisualTips.Rendering Namespace