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





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

Namespace: MindFusion.Mapping.WebForms
Package: MindFusion.Mapping.WebForms

 Syntax

C#  Copy Code

public Rect UpdateLabel (
    Shape shape
)

Visual Basic  Copy Code

Public Function UpdateLabel( _
    shape As Shape _
) As Rect

 Parameters

shape

A Shape instance.

 Return Value

The label's bounding box.

 See Also

GdiCanvas Members
GdiCanvas Class
MindFusion.Mapping.WebForms Namespace