ASP.NET Pack Programmer's Guide
ICanvas.UpdateLabel Method
See Also
 





Updates bounding box of shape's label from shape coordinates.

Namespace: MindFusion.Mapping
Package: MindFusion.Mapping

 Syntax

C#  Copy Code

Rect UpdateLabel (
    Shape shape
)

Visual Basic  Copy Code

Function UpdateLabel( _
    shape As Shape _
) As Rect

 Parameters

shape

A Shape instance.

 Return Value

The label's bounding box.

 See Also

ICanvas Members
ICanvas Interface
MindFusion.Mapping Namespace